Skip to content

Commit

Permalink
[Laravel] cancel the hot-reload listening for database directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cclilshy committed Nov 2, 2024
1 parent 079652f commit d0a6236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Laravel/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public function register(Manager $manager): void
$monitor->add(base_path('app'));
$monitor->add(base_path('bootstrap'));
$monitor->add(base_path('config'));
$monitor->add(base_path('database'));
$monitor->add(base_path('routes'));
$monitor->add(base_path('resources'));
if (file_exists(base_path('.env'))) {
Expand Down

0 comments on commit d0a6236

Please sign in to comment.