Skip to content

Commit

Permalink
Remove trailing white-space.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcordingley committed Sep 21, 2017
1 parent d03a07e commit 22471ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/EloquentUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function retrieveByToken($identifier, $token)
$model = $this->createModel()->newQuery()
->where($model->getAuthIdentifierName(), $identifier)
->first();

return $model && hash_equals($model->getRememberToken(), $token) ? $model : null;
}

Expand Down

0 comments on commit 22471ae

Please sign in to comment.