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 3d2c03d commit 0c574d4Copy full SHA for 0c574d4
src/Illuminate/Foundation/Console/DownCommand.php
@@ -62,7 +62,7 @@ public function handle()
62
$this->components->info('Application is now in maintenance mode.');
63
64
if ($downFilePayload['secret'] !== null) {
65
- $this->components->info("You may bypass maintenance mode via [".config('app.url')."/{$downFilePayload['secret']}].");
+ $this->components->info('You may bypass maintenance mode via ['.config('app.url')."/{$downFilePayload['secret']}].");
66
}
67
} catch (Exception $e) {
68
$this->components->error(sprintf(
0 commit comments