Skip to content

Commit b09f85e

Browse files
committed
test: remove unneeded deleted_at in $allowedFields
1 parent d062b56 commit b09f85e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/_support/Models/UserTimestampModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class UserTimestampModel extends Model
2020
'name',
2121
'email',
2222
'country',
23-
'deleted_at',
2423
];
2524
protected $returnType = 'array';
2625
protected $useSoftDeletes = true;

0 commit comments

Comments
 (0)