From 15a72e2a88b000ac4f1edd5cedc7c12d9bfe45cc Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 12 Jan 2020 10:06:45 +0100 Subject: [PATCH] Updated local config files which were not fulfilling the project's coding standards --- config/autoload/common.local.php.dist | 1 + config/autoload/router.local.php.dist | 4 ++++ config/autoload/swoole.local.php.dist | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/autoload/common.local.php.dist b/config/autoload/common.local.php.dist index 9d1276c4..f29c74b0 100644 --- a/config/autoload/common.local.php.dist +++ b/config/autoload/common.local.php.dist @@ -1,4 +1,5 @@ [ +// 'base_path' => '', 'fastroute' => [ FastRouteRouter::CONFIG_CACHE_ENABLED => false, ], diff --git a/config/autoload/swoole.local.php.dist b/config/autoload/swoole.local.php.dist index 5e12a5a3..2dda6f24 100644 --- a/config/autoload/swoole.local.php.dist +++ b/config/autoload/swoole.local.php.dist @@ -1,12 +1,13 @@ [ + 'expressive-swoole' => [ 'hot-code-reload' => [ 'enable' => true, ],