Skip to content

Commit 6bfcb2c

Browse files
authored
Merge pull request #27945 from rakshitbharat/patch-4
[5.5] Resolved php artisan down error message
2 parents aa36e20 + d4d2edd commit 6bfcb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/views/503.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
@section('title', 'Service Unavailable')
44

5-
@section('message', 'Be right back.')
5+
@section('message', __($exception->getMessage() ?: 'Be right back.'))

0 commit comments

Comments
 (0)