From fbb51a83bf6b0f5e7ca92f6c50dddd84d1821eca Mon Sep 17 00:00:00 2001 From: kriss <462679766@qq.com> Date: Tue, 21 Feb 2023 13:19:10 +0800 Subject: [PATCH] Fix illuminate/container make --- config/process.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/process.php b/config/process.php index f22f488..9b6d518 100644 --- a/config/process.php +++ b/config/process.php @@ -21,7 +21,7 @@ 'reloadable' => false, 'constructor' => [ // Monitor these directories - 'monitor_dir' => array_merge([ + 'monitorDir' => array_merge([ app_path(), config_path(), base_path() . '/process', @@ -30,7 +30,7 @@ base_path() . '/.env', ], glob(base_path() . '/plugin/*/app'), glob(base_path() . '/plugin/*/config'), glob(base_path() . '/plugin/*/api')), // Files with these suffixes will be monitored - 'monitor_extensions' => [ + 'monitorExtensions' => [ 'php', 'html', 'htm', 'env' ], 'options' => [