1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-03 06:46:27 +02:00

Fix chemin template forgetPassword

This commit is contained in:
OsaAjani 2016-01-20 19:46:50 +01:00
parent a1ba15df7e
commit 4f8b4176bb

View file

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