From 2c977b215ad950b353ed37aaa8020babffea75c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 1 Jun 2022 15:26:04 +0200 Subject: [PATCH] minor formatting change, trigger CI --- src/Commands/Down.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Commands/Down.php b/src/Commands/Down.php index 71570780..3c82206b 100644 --- a/src/Commands/Down.php +++ b/src/Commands/Down.php @@ -16,13 +16,12 @@ class Down extends Command * * @var string */ - - protected $signature = 'tenancy:down - {--redirect= : The path that users should be redirected to} - {--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}'; + protected $signature = 'tenancy:down + {--redirect= : The path that users should be redirected to} + {--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}'; /** * The console command description.