From af1dd78b2c47eb76c2b9d6e73190ffd1c161b47d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 12 Jan 2020 10:32:03 +0100 Subject: [PATCH] Fixed typo --- config/autoload/swoole.local.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ],