Skip to content

Commit

Permalink
Merge pull request #56 from filip-nifti/0.x
Browse files Browse the repository at this point in the history
Added --force option to the localize command
  • Loading branch information
amiranagram authored Apr 24, 2023
2 parents bd23e9d + b06f96d commit 4bfa8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LocalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bfa8cd

Please sign in to comment.