Skip to content

Commit 5e30e3b

Browse files
authored
Revert "Laravel 10 Support (#16)" (#19)
This reverts commit dcfa530.
1 parent 0603673 commit 5e30e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/Translation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function watch()
5757
$watcher = app('watcher');
5858
$watcher->setListener(new Listener())
5959
->setRecursive(true)
60-
->setPath('./lang')
60+
->setPath('./resources/lang')
6161
->setWatchInterval(250)
6262
->build();
6363
$watcher->start();

0 commit comments

Comments
 (0)