Skip to content

Commit 95a2258

Browse files
Update RefreshToken.php (#1645)
1 parent 37ce6e6 commit 95a2258

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/RefreshToken.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@ class RefreshToken extends Model
4141
*/
4242
protected $casts = [
4343
'revoked' => 'bool',
44-
];
45-
46-
/**
47-
* The attributes that should be mutated to dates.
48-
*
49-
* @var array
50-
*/
51-
protected $dates = [
52-
'expires_at',
44+
'expires_at' => 'datetime',
5345
];
5446

5547
/**

0 commit comments

Comments
 (0)