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