mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 20:58:13 +08:00
Fixed bug that crontab process does not work. (#4229)
This commit is contained in:
parent
bf4d4abd6d
commit
0779cce435
@ -11,6 +11,6 @@ declare(strict_types=1);
|
||||
*/
|
||||
namespace Hyperf\Crontab;
|
||||
|
||||
interface LoggerInterface
|
||||
interface LoggerInterface extends \Psr\Log\LoggerInterface
|
||||
{
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ use Hyperf\Contract\StdoutLoggerInterface;
|
||||
use Hyperf\Coordinator\Constants;
|
||||
use Hyperf\Coordinator\CoordinatorManager;
|
||||
use Hyperf\Crontab\Event\CrontabDispatcherStarted;
|
||||
use Hyperf\Crontab\LoggerInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Hyperf\Crontab\Scheduler;
|
||||
use Hyperf\Crontab\Strategy\StrategyInterface;
|
||||
use Hyperf\Process\AbstractProcess;
|
||||
|
Loading…
Reference in New Issue
Block a user