diff --git a/config/autoload/swoole.local.php.dist b/config/autoload/swoole.local.php.dist index 2dda6f24..0c485690 100644 --- a/config/autoload/swoole.local.php.dist +++ b/config/autoload/swoole.local.php.dist @@ -7,7 +7,7 @@ use Mezzio\Swoole\HotCodeReload\FileWatcher\InotifyFileWatcher; return [ - 'expressive-swoole' => [ + 'mezzio-swoole' => [ 'hot-code-reload' => [ 'enable' => true, ],