From aa2599010c3f154a5d5a10e5b306a1196ab9b022 Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Thu, 7 Mar 2024 21:59:18 +0100 Subject: [PATCH] Updating hints for publishing lang directory --- src/Lens/Traits/FilesystemLens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lens/Traits/FilesystemLens.php b/src/Lens/Traits/FilesystemLens.php index e2d1c4f..c7094a4 100644 --- a/src/Lens/Traits/FilesystemLens.php +++ b/src/Lens/Traits/FilesystemLens.php @@ -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(