mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
minor formatting change, trigger CI
This commit is contained in:
parent
dbdd7fdfdb
commit
2c977b215a
1 changed files with 6 additions and 7 deletions
|
|
@ -16,13 +16,12 @@ class Down extends Command
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
protected $signature = 'tenancy:down
|
||||
{--redirect= : The path that users should be redirected to}
|
||||
{--retry= : The number of seconds after which the request may be retried}
|
||||
{--refresh= : The number of seconds after which the browser may refresh}
|
||||
{--secret= : The secret phrase that may be used to bypass maintenance mode}
|
||||
{--status=503 : The status code that should be used when returning the maintenance mode response}';
|
||||
protected $signature = 'tenancy:down
|
||||
{--redirect= : The path that users should be redirected to}
|
||||
{--retry= : The number of seconds after which the request may be retried}
|
||||
{--refresh= : The number of seconds after which the browser may refresh}
|
||||
{--secret= : The secret phrase that may be used to bypass maintenance mode}
|
||||
{--status=503 : The status code that should be used when returning the maintenance mode response}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue