Repo Interface für tests
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace MintyPHP\Service\Auth;
|
||||
|
||||
use MintyPHP\Repository\Tenant\TenantRepository;
|
||||
use MintyPHP\Repository\Tenant\TenantRepositoryInterface;
|
||||
|
||||
class AuthTenantGateway
|
||||
{
|
||||
public function __construct(private readonly TenantRepository $tenantRepository)
|
||||
public function __construct(private readonly TenantRepositoryInterface $tenantRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user