mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Rename commands signatures
This commit is contained in:
parent
db9113007a
commit
7875fbd575
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue