Merge branch 'bagisto:master' into new-theme
This commit is contained in:
commit
7e30e2263a
|
|
@ -14,6 +14,7 @@ class DownChannelCommand extends OriginalCommand
|
||||||
protected $signature = 'channel:down {--redirect= : The path that users should be redirected to}
|
protected $signature = 'channel:down {--redirect= : The path that users should be redirected to}
|
||||||
{--render= : The view that should be prerendered for display during maintenance mode}
|
{--render= : The view that should be prerendered for display during maintenance mode}
|
||||||
{--retry= : The number of seconds after which the request may be retried}
|
{--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}
|
{--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}';
|
{--status=503 : The status code that should be used when returning the maintenance mode response}';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue