Skip to content

Commit 5bc9e19

Browse files
committed
format stack trace
1 parent bc504d9 commit 5bc9e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/error.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# {{ $exception ? $exception->getLine() : "" }}
1010

1111
## Trace :
12-
# {{ $exception || $stackTrace ? $stackTrace : "" }}
12+
{{ $exception || $stackTrace ? $stackTrace : "" }}
1313
</x-mail::message>

0 commit comments

Comments
 (0)