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

Rename commands signatures

This commit is contained in:
j.stein 2021-12-02 23:39:42 +01:00
parent db9113007a
commit 7875fbd575
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ class Down extends Command
* @var string * @var string
*/ */
protected $signature = 'tenants:down protected $signature = 'tenancy:down
{--time= : The time when the app has been set to maintenance mode} {--time= : The time when the app has been set to maintenance mode}
{--message= : Message to display} {--message= : Message to display}
{--retry= : The number of seconds after which the request may be retried} {--retry= : The number of seconds after which the request may be retried}

View file

@ -2,7 +2,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Stancl\Tenancy\Commands;; namespace Stancl\Tenancy\Commands;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Stancl\Tenancy\Concerns\HasATenantsOption; use Stancl\Tenancy\Concerns\HasATenantsOption;
@ -17,7 +17,7 @@ class Up extends Command
* @var string * @var string
*/ */
protected $signature = 'tenants:up'; protected $signature = 'tenancy:up';
/** /**
* The console command description. * The console command description.