From c5f04b573123b85d334a038328478730efdb7e47 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 22 Jul 2022 09:26:52 +0200 Subject: [PATCH] Change 'tenant' to 'tenants' in command signature --- src/Commands/CreatePendingTenants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.