Skip to content

Commit

Permalink
added recovery controller to controller map
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Dec 12, 2013
1 parent 41296e2 commit ea69005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Module.php
Expand Up @@ -17,6 +17,7 @@ class Module extends BaseModule
public $controllerMap = [
'registration' => '\dektrium\user\controllers\RegistrationController',
'auth' => '\dektrium\user\controllers\AuthController',
'recovery' => '\dektrium\user\controllers\RecoveryController',
];

/**
Expand Down

0 comments on commit ea69005

Please sign in to comment.