diff --git a/docs/helpful-guides/how-to-add-captcha-widget.md b/docs/helpful-guides/how-to-add-captcha-widget.md index 230c8be..3bbefbc 100644 --- a/docs/helpful-guides/how-to-add-captcha-widget.md +++ b/docs/helpful-guides/how-to-add-captcha-widget.md @@ -124,6 +124,11 @@ Finally, we have to configure the module and the application to ensure is using 'class' => Da\User\Module::class, 'classMap' => [ 'RecoveryForm' => 'app\forms\RecoveryForm' + ], + 'controllerMap' => [ + 'recovery' => [ +                 'class' => '\app\controllers\RecoveryController' + ] ] ] ],