mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 02:44:04 +00:00
fix: TenantDump command getOptions phpstan fix
This commit is contained in:
parent
d0407fc58d
commit
d51a27d802
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class TenantDump extends DumpCommand
|
||||||
protected function getOptions(): array
|
protected function getOptions(): array
|
||||||
{
|
{
|
||||||
return array_merge([
|
return array_merge([
|
||||||
['tenant', null, InputOption::VALUE_OPTIONAL, '', null],
|
new InputOption('tenant', null, InputOption::VALUE_OPTIONAL, '', null),
|
||||||
], parent::getOptions());
|
], parent::getOptions());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue