Skip to content

Commit 4062fe3

Browse files
authored
Merge pull request #325 from datamweb/remove-permissions-userstable
fix: remove `permissions` from allowedFields UserModel
2 parents f824894 + d2fa7da commit 4062fe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Models/UserModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class UserModel extends Model
2626
'active',
2727
'last_active',
2828
'deleted_at',
29-
'permissions',
3029
];
3130
protected $useTimestamps = true;
3231
protected $afterFind = ['fetchIdentities'];

0 commit comments

Comments
 (0)