diff options
Diffstat (limited to 'resources/views/errors')
-rw-r--r-- | resources/views/errors/404.blade.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 79ca498..ebd22b7 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -1,7 +1,4 @@ @extends('errors::minimal') -@php -abort(503) -@endphp @section('content') <h1>Error 404 | <strong>Page not found!</strong></h1> |