Removed many redundant functions from User::class

This commit is contained in:
Deon George
2022-04-21 16:25:29 +10:00
parent 796c72dd09
commit d53643ef55
25 changed files with 87 additions and 625 deletions

View File

@@ -26,7 +26,7 @@ class UserPolicy
OR $uo->isWholesaler()
// The user is the reseller
OR ($uo->all_clients()->pluck('id')->search($o->id) !== FALSE);
OR $uo->isReseller();
}
/**