mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
More tests; profile controller.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user