Skip to content

Commit

Permalink
Merge pull request #360 from krissss/patch-1
Browse files Browse the repository at this point in the history
Fix illuminate/container make
  • Loading branch information
walkor authored Feb 21, 2023
2 parents 86815bf + fbb51a8 commit 42232af
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 42232af

Please sign in to comment.