Skip to content

Commit

Permalink
Merge pull request #27893 from staudenmeir/503
Browse files Browse the repository at this point in the history
[5.8] Restore maintenance message on error page
  • Loading branch information
taylorotwell authored Mar 16, 2019
2 parents 94cc6a4 + bc53915 commit 9d95919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/views/503.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __('Service Unavailable'))
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))

0 comments on commit 9d95919

Please sign in to comment.