We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509637 commit 33d61c4Copy full SHA for 33d61c4
src/Illuminate/Foundation/Console/DownCommand.php
@@ -42,7 +42,7 @@ class DownCommand extends Command
42
public function handle()
43
{
44
try {
45
- if ($this->laravel->maintenanceMode()->active()) {
+ if ($this->laravel->maintenanceMode()->active() && ! $this->getSecret()) {
46
$this->components->info('Application is already down.');
47
48
return 0;
0 commit comments