Skip to content

Commit

Permalink
remove unneeded console config for zend-expressive app
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 5, 2018
1 parent 26329f5 commit 4ca11ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ return [
json
],

// if enable and display_errors = 0, the console will bring message
// if enable and display_errors = 0, the console will bring message for zend-mvc
'console' => [
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
],
Expand Down
2 changes: 1 addition & 1 deletion config/error-hero-module.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ return [
'view' => 'error-hero-module/error-default'
],

// if enable and display_errors = 0, and on console env, the console will bring message
// if enable and display_errors = 0, and on console env, the console will bring message for zend-mvc
'console' => [
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
],
Expand Down
5 changes: 0 additions & 5 deletions config/expressive-error-hero-module.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ return [
json
],

// if enable and display_errors = 0, and on console env, the console will bring message
'console' => [
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
],

// if enable, display_errors = 0, and request XMLHttpRequest
// on this case, the "template" key will be ignored.
'ajax' => [
Expand Down

0 comments on commit 4ca11ea

Please sign in to comment.