removed all references to credits. now credits are completely replaced by addons.
This commit is contained in:
@@ -54,14 +54,6 @@ class TenantPolicy
|
||||
return $user->role === 'super_admin';
|
||||
}
|
||||
|
||||
/**
|
||||
* Custom ability for adjusting credits.
|
||||
*/
|
||||
public function adjustCredits(User $user, Tenant $tenant): bool
|
||||
{
|
||||
return $user->role === 'super_admin';
|
||||
}
|
||||
|
||||
/**
|
||||
* Custom ability for suspending a tenant.
|
||||
*/
|
||||
@@ -70,4 +62,3 @@ class TenantPolicy
|
||||
return $user->role === 'super_admin';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user