diff --git a/config/autoload/swoole.local.php.dist b/config/autoload/swoole.local.php.dist index 0c485690..f30b3610 100644 --- a/config/autoload/swoole.local.php.dist +++ b/config/autoload/swoole.local.php.dist @@ -2,9 +2,6 @@ declare(strict_types=1); -use Laminas\ServiceManager\Factory\InvokableFactory; -use Mezzio\Swoole\HotCodeReload\FileWatcher\InotifyFileWatcher; - return [ 'mezzio-swoole' => [ @@ -13,10 +10,4 @@ return [ ], ], - 'dependencies' => [ - 'factories' => [ - InotifyFileWatcher::class => InvokableFactory::class, - ], - ], - ];