diff --git a/src/Commands/CreatePendingTenants.php b/src/Commands/CreatePendingTenants.php index f676afa6..b6d05353 100644 --- a/src/Commands/CreatePendingTenants.php +++ b/src/Commands/CreatePendingTenants.php @@ -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.