refactor(arch): enforce gateway compliance and remove service-wrapping gateways
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace MintyPHP\Service\CustomField;
|
||||
|
||||
use MintyPHP\Repository\Tenant\TenantRepository;
|
||||
use MintyPHP\Service\User\UserScopeGateway;
|
||||
use MintyPHP\Service\Tenant\TenantScopeService;
|
||||
|
||||
class CustomFieldServicesFactory
|
||||
{
|
||||
@@ -12,7 +12,7 @@ class CustomFieldServicesFactory
|
||||
|
||||
public function __construct(
|
||||
private readonly TenantRepository $tenantRepository,
|
||||
private readonly UserScopeGateway $userScopeGateway
|
||||
private readonly TenantScopeService $userScopeGateway
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user