Skip to content

Commit

Permalink
Use layout config in errors too
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Nov 7, 2024
1 parent ce21344 commit 9f3ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/Concerns/RendersHttpExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function layout()
$layouts = collect([
'errors.layout',
'layouts.layout',
'layout',
config('statamic.system.layout', 'layout'),
'statamic::blank',
]);

Expand Down

0 comments on commit 9f3ed3f

Please sign in to comment.