Skip to content

Commit 0726dbc

Browse files
committed
fix: delete last_active from $dates because date mutator converts date string to Time object
1 parent 0d96d73 commit 0726dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Entities/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class User extends Entity
3434
'created_at',
3535
'updated_at',
3636
'deleted_at',
37-
'last_active',
3837
];
3938

4039
/**

0 commit comments

Comments
 (0)