Skip to content

Commit

Permalink
Fix #342
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Oct 31, 2022
1 parent ebf691b commit 7bda2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7bda2e6

Please sign in to comment.