Skip to content

Commit d2fa7da

Browse files
committed
fix: remove permissions from allowedFields UserModel
1 parent f96bdad commit d2fa7da

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)