Skip to content

Commit 141b94e

Browse files
authored
Merge pull request #48 from kamilkozak/main
Add `bootstrap/app.php` and `bootstrap/providers.php` to watched file…
2 parents f6abc7a + fc0de9b commit 141b94e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ return [
6161
resource_path('views'),
6262
base_path('.env'),
6363
base_path('composer.lock'),
64+
base_path('bootstrap/app.php'),
65+
base_path('bootstrap/providers.php'),
6466
],
6567

6668
/*

config/horizon-watcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
resource_path('views'),
1414
base_path('.env'),
1515
base_path('composer.lock'),
16+
base_path('bootstrap/app.php'),
17+
base_path('bootstrap/providers.php'),
1618
],
1719

1820
/*

0 commit comments

Comments
 (0)