Skip to content

Commit

Permalink
Update RefreshToken.php (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored Mar 17, 2023
1 parent 37ce6e6 commit 95a2258
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/RefreshToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ class RefreshToken extends Model
*/
protected $casts = [
'revoked' => 'bool',
];

/**
* The attributes that should be mutated to dates.
*
* @var array
*/
protected $dates = [
'expires_at',
'expires_at' => 'datetime',
];

/**
Expand Down

0 comments on commit 95a2258

Please sign in to comment.