We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf760fe + 340fdf9 commit b0d2d29Copy full SHA for b0d2d29
1 file changed
src/Command/WatchCommand.php
@@ -12,7 +12,7 @@
12
namespace Hyperf\Watcher\Command;
13
14
use Hyperf\Command\Command;
15
-use Hyperf\Command\NullDisableEventDispatcher;
+use Hyperf\Command\Concerns\NullDisableEventDispatcher;
16
use Hyperf\Watcher\Option;
17
use Hyperf\Watcher\Watcher;
18
use Psr\Container\ContainerInterface;
0 commit comments