diff --git a/packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php b/packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php index 8b7a0dcd4..535569667 100644 --- a/packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php +++ b/packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php @@ -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}';