More tests; profile controller.

This commit is contained in:
James Cole
2014-08-09 13:40:13 +02:00
parent 8eae1750c1
commit f18a5fd0a3
3 changed files with 179 additions and 44 deletions

View File

@@ -84,7 +84,6 @@ class EloquentUserRepository implements UserRepositoryInterface
*/
public function updatePassword(\User $user, $password)
{
$password = \Hash::make($password);
/** @noinspection PhpUndefinedFieldInspection */
$user->password = $password;
/** @noinspection PhpUndefinedMethodInspection */