Merge branch 'bagisto:master' into new-theme

This commit is contained in:
deepaksinghgusain227 2022-01-03 12:53:05 +05:30 committed by GitHub
commit 7e30e2263a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class DownChannelCommand extends OriginalCommand
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}
{--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}';