Skip to content

Commit 4890de0

Browse files
fix: config watch list database dir; (#867)
exclude database.sqlite -related watcher reload on test run;
1 parent a391124 commit 4890de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/octane.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
'app',
188188
'bootstrap',
189189
'config',
190-
'database',
190+
'database/**/*.php',
191191
'public/**/*.php',
192192
'resources/**/*.php',
193193
'routes',

0 commit comments

Comments
 (0)