@@ -73,7 +73,7 @@ |
||
73 | 73 | { |
74 | 74 | $user = $this->provider->retrieveByCredentials($event->credentials); |
75 | 75 | |
76 | - if (! is_null($user) && $this->validCredentials($event) && $this->passwordNeedsRehash($user)) { |
|
76 | + if (!is_null($user) && $this->validCredentials($event) && $this->passwordNeedsRehash($user)) { |
|
77 | 77 | $this->passwordUpdateRehash($user, $event->credentials['password']); |
78 | 78 | } |
79 | 79 | } |