Update how-to-add-captcha-widget.md

This commit is contained in:
Antonio Ramirez
2017-07-26 07:16:56 +02:00
committed by GitHub
parent 3b1c7758de
commit 71dd871044

View File

@ -124,6 +124,11 @@ Finally, we have to configure the module and the application to ensure is using
'class' => Da\User\Module::class, 'class' => Da\User\Module::class,
'classMap' => [ 'classMap' => [
'RecoveryForm' => 'app\forms\RecoveryForm' 'RecoveryForm' => 'app\forms\RecoveryForm'
],
'controllerMap' => [
'recovery' => [
                'class' => '\app\controllers\RecoveryController'
]
] ]
] ]
], ],