We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603673 commit 5e30e3bCopy full SHA for 5e30e3b
src/Console/Commands/Translation.php
@@ -57,7 +57,7 @@ public function watch()
57
$watcher = app('watcher');
58
$watcher->setListener(new Listener())
59
->setRecursive(true)
60
- ->setPath('./lang')
+ ->setPath('./resources/lang')
61
->setWatchInterval(250)
62
->build();
63
$watcher->start();
0 commit comments