Skip to content

Commit

Permalink
corrected RememberTokens class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Muzichuk authored and sergeyklay committed Feb 8, 2018
1 parent 4bd3ebe commit 740d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/library/Auth/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function remove()
if ($this->cookies->has('RMT')) {

$token = $this->cookies->get('RMT')->getValue();
UserRememberTokens::findFirstByToken($token)->delete();
RememberTokens::findFirstByToken($token)->delete();

$this->cookies->get('RMT')->delete();
}
Expand Down

0 comments on commit 740d5e3

Please sign in to comment.