Skip to content

Commit

Permalink
Fix attribute syntax to allow to run command without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 27, 2020
1 parent ad779f6 commit 12d3537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/FindMissingTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class FindMissingTranslations extends Command
* @var string
*/
protected $signature = 'translations:missing
{--dir=: Relative path of lang directory, e.g. "/resources/lang", a directory that contains all supported locales.}
{--base=: Base locale, e.g. "en". All other locales are compared to this locale.}';
{--dir= : Relative path of lang directory, e.g. "/resources/lang", a directory that contains all supported locales}
{--base= : Base locale, e.g. "en". All other locales are compared to this locale}';

/**
* The console command description.
Expand Down

0 comments on commit 12d3537

Please sign in to comment.