diff --git a/src/Token.php b/src/Token.php index 6f5d7b94f..a84cbba20 100644 --- a/src/Token.php +++ b/src/Token.php @@ -42,15 +42,7 @@ class Token extends Model protected $casts = [ 'scopes' => 'array', 'revoked' => 'bool', - ]; - - /** - * The attributes that should be mutated to dates. - * - * @var array - */ - protected $dates = [ - 'expires_at', + 'expires_at' => 'datetime', ]; /**