Skip to content

Commit de2cc42

Browse files
committed
add missin {--scope=} {--scopeValue=}
1 parent 7747bde commit de2cc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/ModelsCountLegacy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ModelsCountLegacy extends BaseCommand
1414
{
1515
use BuildPeriod, GatherModels, HasVerbose, ModelsOption;
1616

17-
protected $signature = 'eloquentize:models-count-legacy {date?} {--event=created_at} {--periodType=daily} {--dateFormat=} {--M|models=} {--modelsPath=}';
17+
protected $signature = 'eloquentize:models-count-legacy {date?} {--event=created_at} {--periodType=daily} {--dateFormat=} {--M|models=} {--modelsPath=} {--scope=} {--scopeValue=}';
1818

1919
protected $description = 'Send to Eloquentize the counts of all models from a given date or from the oldest eloquent model created_at to yesterday.';
2020

0 commit comments

Comments
 (0)