diff --git a/src/Illuminate/Foundation/resources/exceptions/renderer/components/editor.blade.php b/src/Illuminate/Foundation/resources/exceptions/renderer/components/editor.blade.php index 4171fb8e3e2d..fbb8b38cb006 100644 --- a/src/Illuminate/Foundation/resources/exceptions/renderer/components/editor.blade.php +++ b/src/Illuminate/Foundation/resources/exceptions/renderer/components/editor.blade.php @@ -6,16 +6,13 @@ class="sm:col-span-2"
- @if (config('app.editor')) - {{ $frame->file() }} + {{ $frame->file() }}:{{ $frame->line() }} @else - {{ $frame->file() }} + {{ $frame->file() }}:{{ $frame->line() }} @endif - - :{{ $frame->line() }}