refactor(arch): enforce gateway compliance and remove service-wrapping gateways
This commit is contained in:
@@ -119,7 +119,7 @@ if ($canViewUserMeta || $canViewUserAudit) {
|
||||
$errorBag = formErrors();
|
||||
$errors = [];
|
||||
$form = $user;
|
||||
$scopeGateway = app(\MintyPHP\Service\Directory\DirectoryScopeGateway::class);
|
||||
$scopeGateway = app(\MintyPHP\Service\Tenant\TenantScopeService::class);
|
||||
$strictTenantScope = $scopeGateway->isStrict();
|
||||
|
||||
$tenants = $tenantService->list();
|
||||
|
||||
Reference in New Issue
Block a user