Skip to content

Commit dcfa530

Browse files
Laravel 10 Support (#16)
Laravel 10 Support (Lang Path to Root Path)
1 parent b8ccb49 commit dcfa530

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
@@ -58,7 +58,7 @@ public function watch()
5858
$watcher = app('watcher');
5959
$watcher->setListener(new Listener())
6060
->setRecursive(true)
61-
->setPath('./resources/lang')
61+
->setPath('./lang')
6262
->setWatchInterval(250)
6363
->build();
6464
$watcher->start();

0 commit comments

Comments
 (0)