We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04669d commit 6b7b9f5Copy full SHA for 6b7b9f5
config/module.config.php
@@ -117,6 +117,11 @@
117
'Teams\Controller\Trash' => 'Teams\Service\TrashControllerFactory',
118
]
119
],
120
+ 'controller_plugins' => [
121
+ 'factories' => [
122
+ 'teamAuth' => Service\ControllerPlugin\TeamAuthFactory::class
123
+ ]
124
+ ],
125
'router' => [
126
// Open configuration for all possible routes
127
'routes' => [
0 commit comments