From b06f96d2eb9bcea3cc44ab24e6c65d030839cba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Fl=C3=A4derblom?= Date: Mon, 17 Apr 2023 13:30:25 +0200 Subject: [PATCH] Added --force option to the localize command as to comply with the ConfirmableTrait --- src/Commands/LocalizeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/LocalizeCommand.php b/src/Commands/LocalizeCommand.php index d245caf..7b23cde 100644 --- a/src/Commands/LocalizeCommand.php +++ b/src/Commands/LocalizeCommand.php @@ -16,7 +16,7 @@ class LocalizeCommand extends Command * * @var string */ - protected $signature = 'localize {lang?} {--remove-missing}'; + protected $signature = 'localize {lang?} {--remove-missing} {--force}'; /** * The console command description.