diff --git a/src/Commands/Down.php b/src/Commands/Down.php index ec21a340..95dfe598 100644 --- a/src/Commands/Down.php +++ b/src/Commands/Down.php @@ -17,7 +17,7 @@ class Down extends Command * @var string */ - protected $signature = 'tenants:down + protected $signature = 'tenancy:down {--time= : The time when the app has been set to maintenance mode} {--message= : Message to display} {--retry= : The number of seconds after which the request may be retried} diff --git a/src/Commands/Up.php b/src/Commands/Up.php index c47bdb7f..73dd08f4 100644 --- a/src/Commands/Up.php +++ b/src/Commands/Up.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Stancl\Tenancy\Commands;; +namespace Stancl\Tenancy\Commands; use Illuminate\Console\Command; use Stancl\Tenancy\Concerns\HasATenantsOption; @@ -17,7 +17,7 @@ class Up extends Command * @var string */ - protected $signature = 'tenants:up'; + protected $signature = 'tenancy:up'; /** * The console command description.