From 12d35370905981c5002c66c785cb2fb8a5e7a084 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Wed, 27 May 2020 20:21:29 +0300 Subject: [PATCH] Fix attribute syntax to allow to run command without arguments --- src/Commands/FindMissingTranslations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/FindMissingTranslations.php b/src/Commands/FindMissingTranslations.php index bea3212..2aeebe2 100644 --- a/src/Commands/FindMissingTranslations.php +++ b/src/Commands/FindMissingTranslations.php @@ -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.