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 b8ccb49 commit dcfa530Copy full SHA for dcfa530
src/Console/Commands/Translation.php
@@ -58,7 +58,7 @@ public function watch()
58
$watcher = app('watcher');
59
$watcher->setListener(new Listener())
60
->setRecursive(true)
61
- ->setPath('./resources/lang')
+ ->setPath('./lang')
62
->setWatchInterval(250)
63
->build();
64
$watcher->start();
0 commit comments