Skip to content

Commit

Permalink
Updating hints for publishing lang directory
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Mar 7, 2024
1 parent 513ba1c commit aa25990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lens/Traits/FilesystemLens.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function checkFiles(): \HiFolks\LaraLens\ResultLens
$this->checksBag->addWarningAndHint(
"List Languages directory",
"No languages found in " . App::langPath(),
"If your app needs translations, please fill " . App::langPath()
"If your app needs translations, please fill " . App::langPath() . " or run `php artisan lang:publish`"
);
}
$results->add(
Expand Down

0 comments on commit aa25990

Please sign in to comment.