Skip to content

Commit 0c574d4

Browse files
committed
Apply fixes from StyleCI
1 parent 3d2c03d commit 0c574d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/DownCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function handle()
6262
$this->components->info('Application is now in maintenance mode.');
6363

6464
if ($downFilePayload['secret'] !== null) {
65-
$this->components->info("You may bypass maintenance mode via [".config('app.url')."/{$downFilePayload['secret']}].");
65+
$this->components->info('You may bypass maintenance mode via ['.config('app.url')."/{$downFilePayload['secret']}].");
6666
}
6767
} catch (Exception $e) {
6868
$this->components->error(sprintf(

0 commit comments

Comments
 (0)