diff --git a/config/process.php b/config/process.php index 83f9b0d..f2c83b8 100644 --- a/config/process.php +++ b/config/process.php @@ -27,7 +27,7 @@ base_path() . '/support', base_path() . '/resource', base_path() . '/.env', - ], glob(base_path() . '/plugin/*/{app,process,config,resource,support}', GLOB_BRACE)), + ], glob(base_path() . '/plugin/*/app'), glob(base_path() . '/plugin/*/config')), // Files with these suffixes will be monitored 'monitor_extensions' => [ 'php', 'html', 'htm', 'env'