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