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' => [