Skip to content

Commit

Permalink
Fix illuminate/container make
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss authored Feb 21, 2023
1 parent 86815bf commit fbb51a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'reloadable' => false,
'constructor' => [
// Monitor these directories
'monitor_dir' => array_merge([
'monitorDir' => array_merge([
app_path(),
config_path(),
base_path() . '/process',
Expand All @@ -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' => [
Expand Down

0 comments on commit fbb51a8

Please sign in to comment.