From 680485f46432be820b27871166529f7e576e78d3 Mon Sep 17 00:00:00 2001 From: Devansh Date: Mon, 3 Jan 2022 09:59:28 +0530 Subject: [PATCH] Fixed --- packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php | 1 + 1 file changed, 1 insertion(+) 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}';