mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
Add $casts, delete $dates in ImpersonationToken
This commit is contained in:
parent
4fb12683f5
commit
7d422d9c80
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ class ImpersonationToken extends Model
|
|||
|
||||
protected $table = 'tenant_user_impersonation_tokens';
|
||||
|
||||
protected $dates = [
|
||||
'created_at',
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime',
|
||||
];
|
||||
|
||||
public static function booted(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue