1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:14:03 +00:00

Change 'tenant' to 'tenants' in command signature

This commit is contained in:
lukinovec 2022-07-22 09:26:52 +02:00 committed by GitHub
parent f4136f697c
commit c5f04b5731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.