Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit bc1078f

Browse files
committed
Remove unnecessary method call
1 parent 1fcde4a commit bc1078f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DatabaseUserProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function addRememberToken($identifier, $value, $expire)
6161
*/
6262
public function replaceRememberToken($identifier, $token, $newToken, $expire)
6363
{
64-
$model = $this->getModelByIdentifier($identifier);
65-
6664
$this->conn->table('remember_tokens')
6765
->where('user_id', $identifier)
6866
->where('token', $token)

0 commit comments

Comments
 (0)