Skip to content

Commit

Permalink
Added --force option to the localize command as to comply with the Co…
Browse files Browse the repository at this point in the history
…nfirmableTrait
  • Loading branch information
filip-nifti committed Apr 17, 2023
1 parent bd23e9d commit b06f96d
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 b06f96d

Please sign in to comment.