Skip to content

Commit b4d4f23

Browse files
committed
prove setup layout for expressive is fixed
1 parent 5f1dbcc commit b4d4f23

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
// if enable and display_errors = 0, the page will bring layout and view
7373
'template' => [
74-
'layout' => 'layout::layout',
74+
'layout' => 'layout::expressive-layout',
7575
'view' => 'error-hero-module::error-default'
7676
],
7777

spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
// if enable and display_errors = 0, the page will bring layout and view
7373
'template' => [
74-
'layout' => 'layout::layout',
74+
'layout' => 'layout::expressive-layout',
7575
'view' => 'error-hero-module::error-default'
7676
],
7777

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
echo $this->content;
3+
?>

0 commit comments

Comments
 (0)