Skip to content

Commit 6b7b9f5

Browse files
committed
Register the controller plugin
1 parent f04669d commit 6b7b9f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/module.config.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
'Teams\Controller\Trash' => 'Teams\Service\TrashControllerFactory',
118118
]
119119
],
120+
'controller_plugins' => [
121+
'factories' => [
122+
'teamAuth' => Service\ControllerPlugin\TeamAuthFactory::class
123+
]
124+
],
120125
'router' => [
121126
// Open configuration for all possible routes
122127
'routes' => [

0 commit comments

Comments
 (0)