Fix chemin template forgetPassword

This commit is contained in:
OsaAjani 2016-01-20 19:46:50 +01:00
parent 6c4943e419
commit 164784f3f0

View file

@ -18,7 +18,7 @@
*/ */
public function forgetPassword() public function forgetPassword()
{ {
$this->render('forgetPassword'); $this->render('connect/forgetPassword');
} }
/** /**