This commit is contained in:
Devansh 2022-01-03 09:59:28 +05:30
parent 1948381a52
commit 680485f464
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}';