Skip to content

Commit

Permalink
[5.x] Use layout config in errors too (#11083)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Nov 7, 2024
1 parent 44c8bab commit 90e8488
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 90e8488

Please sign in to comment.