Removed stuff from local config file which already comes on third party config

This commit is contained in:
Alejandro Celaya 2020-06-20 09:20:01 +02:00
parent 68db52679b
commit cb70dc5389

View file

@ -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,
],
],
];