Skip to content

Commit 10bb787

Browse files
committed
naming
1 parent 170b601 commit 10bb787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ return [
8787
'view' => 'error-hero-module/error-default'
8888
],
8989

90-
// if enable and display_errors = 0, and on console env, the console will bring message for zend-mvc
90+
// if enable and display_errors = 0, and on console env, the console will bring message for laminas-mvc
9191
'console' => [
9292
'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.',
9393
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ return [
7979

8080
// if enable and display_errors = 0, the page will bring layout and view
8181
'template' => [
82-
// 'layout' config only when using Zend View Template Engine
82+
// 'layout' config only when using Laminas View Template Engine
8383
'layout' => 'layout::default',
8484
'view' => 'error-hero-module::error-default'
8585
],

0 commit comments

Comments
 (0)