Skip to content

Commit

Permalink
sm v2 for error preview
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 12, 2016
1 parent 2aa20f6 commit ca4c1a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
return [

'controllers' => [
'invokables' => [
// sm v2 compat
Controller\ErrorPreviewController::class => Controller\ErrorPreviewController::class,
],
'factories' => [
// sm v3
Controller\ErrorPreviewController::class => InvokableFactory::class,
],
],
Expand Down

0 comments on commit ca4c1a7

Please sign in to comment.