From 7875fbd5754771326860399d6b0462342146cb93 Mon Sep 17 00:00:00 2001 From: "j.stein" Date: Thu, 2 Dec 2021 23:39:42 +0100 Subject: [PATCH] Rename commands signatures --- src/Commands/Down.php | 2 +- src/Commands/Up.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.