From 6be21242e888f0d741ebb29df02c6a956297f046 Mon Sep 17 00:00:00 2001 From: Zoltan Fabian Date: Mon, 18 Mar 2024 13:37:59 +0200 Subject: [PATCH] Revert "Fix typo." This reverts commit a872b8f1715bc004ae3b707db1e5140181974fc9. --- src/Commands/LangscannerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/LangscannerCommand.php b/src/Commands/LangscannerCommand.php index 3d47e6d..a14f1d9 100644 --- a/src/Commands/LangscannerCommand.php +++ b/src/Commands/LangscannerCommand.php @@ -12,7 +12,7 @@ class LangscannerCommand extends Command { - protected $signature = 'langscanner {language?} {--path= : The path to scan for translation keys (ex: --path=app/Modules/Module1 )} {--exclude-path=* : Directories to exclude from the scan (ex: --exclude-path=app/Modules/) }'; + protected $signature = 'langscanner {language?} {--path= : The path to scan for translation keys (ex: --path=app/Modules/Module1 )} {--exclude-path=* : Directories to exclude from the scan (ex: --path=app/Modules/) }'; protected $description = "Updates translation files with missing translation keys."; public function handle(Filesystem $filesystem): void