Skip to content

Commit

Permalink
Merge pull request lucadegasperi#304 from teisvkn/patch-1
Browse files Browse the repository at this point in the history
Update FluentAccessToken.php
  • Loading branch information
lucadegasperi committed Feb 13, 2015
2 parents d35ce2c + 34a1728 commit 6a192de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Storage/FluentAccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function get($token)
{
$result = $this->getConnection()->table('oauth_access_tokens')
->where('oauth_access_tokens.id', $token)
->where('oauth_access_tokens.expire_time', '>=', time())
->first();

if (is_null($result)) {
Expand Down

0 comments on commit 6a192de

Please sign in to comment.