Skip to content

Commit 4bfa8cd

Browse files
authored
Merge pull request #56 from filip-nifti/0.x
Added --force option to the localize command
2 parents bd23e9d + b06f96d commit 4bfa8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Commands/LocalizeCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class LocalizeCommand extends Command
1616
*
1717
* @var string
1818
*/
19-
protected $signature = 'localize {lang?} {--remove-missing}';
19+
protected $signature = 'localize {lang?} {--remove-missing} {--force}';
2020

2121
/**
2222
* The console command description.

0 commit comments

Comments
 (0)