Skip to content

Commit fb2754f

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

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

config/expressive-error-hero-module.local.php.dist

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ return [
4141
// it's for the enable/disable the logger functionality
4242
'enable' => true,
4343

44-
// default to true, if set to true, then you can see sample:
45-
// 1. /error-preview page ( ErrorHeroModule\Middleware\ErrorPreviewAction )
46-
// 2. error-preview command ( ErrorHeroModule\Controller\ErrorPreviewConsoleAction ) via
47-
// php public/index.php error-preview
48-
//
49-
// otherwise(false), you can't see them, eg: on production env.
50-
'enable-error-preview-page' => true,
51-
5244
'display-settings' => [
5345

5446
// excluded php errors

0 commit comments

Comments
 (0)