Skip to content

Commit

Permalink
Update AuthCode.php (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored Mar 17, 2023
1 parent 95a2258 commit a1682d3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/AuthCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ class AuthCode 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 a1682d3

Please sign in to comment.