Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 3, 2020
1 parent 170b601 commit 10bb787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/error-hero-module.local.php.dist
Expand Up @@ -87,7 +87,7 @@ return [
'view' => 'error-hero-module/error-default'
],

// if enable and display_errors = 0, and on console env, the console will bring message for zend-mvc
// if enable and display_errors = 0, and on console env, the console will bring message for laminas-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/mezzio-error-hero-module.local.php.dist
Expand Up @@ -79,7 +79,7 @@ return [

// if enable and display_errors = 0, the page will bring layout and view
'template' => [
// 'layout' config only when using Zend View Template Engine
// 'layout' config only when using Laminas View Template Engine
'layout' => 'layout::default',
'view' => 'error-hero-module::error-default'
],
Expand Down

0 comments on commit 10bb787

Please sign in to comment.