Skip to content

Commit 4f1281a

Browse files
committed
remove unneeded enable-error-preview-page config for expressive
1 parent fbebe0b commit 4f1281a

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@
5050
'error-hero-module' => [
5151
// it's for the enable/disable the logger functionality
5252
'enable' => true,
53-
54-
// default to true, if set to true, then you can see sample:
55-
// 1. /error-preview page ( ErrorHeroModule\Middleware\ErrorPreviewAction )
56-
// 2. error-preview command ( ErrorHeroModule\Controller\ErrorPreviewConsoleAction ) via
57-
// php public/index.php error-preview
58-
//
59-
// otherwise(false), you can't see them, eg: on production env.
60-
'enable-error-preview-page' => true,
61-
53+
6254
'display-settings' => [
6355

6456
// excluded php errors

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
5151
// it's for the enable/disable the logger functionality
5252
'enable' => true,
5353

54-
// default to true, if set to true, then you can see sample:
55-
// 1. /error-preview page ( ErrorHeroModule\Middleware\ErrorPreviewAction )
56-
// 2. error-preview command ( ErrorHeroModule\Controller\ErrorPreviewConsoleAction ) via
57-
// php public/index.php error-preview
58-
//
59-
// otherwise(false), you can't see them, eg: on production env.
60-
'enable-error-preview-page' => true,
61-
6254
'display-settings' => [
6355

6456
// excluded php errors

0 commit comments

Comments
 (0)