Fix bug for password change

This commit is contained in:
Frédéric Guillot
2014-08-19 18:29:13 -07:00
parent f8071e7d4a
commit 11b4715d29
3 changed files with 24 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ use Model\LastLogin;
* @property \Model\SubTask $subTask
* @property \Model\Task $task
* @property \Model\User $user
* @property \Model\Webhook $webhook
*/
abstract class Base
{