Skip to content

Commit e359b9f

Browse files
committed
configuration documentation fix
1 parent a0e686c commit e359b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

188188
// default to true, if set to true, then you can see sample:
189189
// 1. /error-preview page ( ErrorHeroModule\Controller\ErrorPreviewController )
190-
// 2. error-preview command (ErrorHeroModule\Controller\ErrorPreviewConsoleController) via
190+
// 2. errorheromodule:preview command ( ErrorHeroModule\Command\Preview\ErrorPreviewConsoleCommand ) via
191191
// php public/index.php error-preview
192192
//
193193
// for Mezzio ^3.0.0, the disable error-preview page is by unregister 'error-preview' from config/routes

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

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

4747
// default to true, if set to true, then you can see sample:
4848
// 1. /error-preview page ( ErrorHeroModule\Controller\ErrorPreviewController )
49-
// 2. error-preview command (ErrorHeroModule\Controller\ErrorPreviewConsoleController) via
49+
// 2. errorheromodule:preview command ( ErrorHeroModule\Command\Preview\ErrorPreviewConsoleCommand ) via
5050
// php public/index.php error-preview
5151
//
5252
// otherwise(false), you can't see them, eg: on production env.

0 commit comments

Comments
 (0)