This commit is contained in:
JhumanJ
2022-09-21 17:23:41 +02:00
6 changed files with 79 additions and 21 deletions

View File

@@ -59,11 +59,6 @@ class User extends Authenticatable implements JWTSubject //, MustVerifyEmail
*/
protected $appends = [
'photo_url',
'is_subscribed',
'has_enterprise_subscription',
'admin',
'has_customer_id',
'has_forms'
];
protected $withCount = ['workspaces'];