mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
Change 'tenant' to 'tenants' in command signature
This commit is contained in:
parent
f4136f697c
commit
c5f04b5731
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class CreatePendingTenants extends Command
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'tenants:pending {--count= : The number of tenant to be in a pending state}';
|
||||
protected $signature = 'tenants:pending {--count= : The number of tenants to be in a pending state}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue