Skip to content

Commit

Permalink
remove unneeded enable-error-preview-page config for expressive
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 22, 2017
1 parent 4f1281a commit fb2754f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/expressive-error-hero-module.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ return [
// it's for the enable/disable the logger functionality
'enable' => true,

// default to true, if set to true, then you can see sample:
// 1. /error-preview page ( ErrorHeroModule\Middleware\ErrorPreviewAction )
// 2. error-preview command ( ErrorHeroModule\Controller\ErrorPreviewConsoleAction ) via
// php public/index.php error-preview
//
// otherwise(false), you can't see them, eg: on production env.
'enable-error-preview-page' => true,

'display-settings' => [

// excluded php errors
Expand Down

0 comments on commit fb2754f

Please sign in to comment.