File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments