Repo Interface für tests
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
namespace MintyPHP\Service\User;
|
||||
|
||||
use MintyPHP\Repository\User\UserWriteRepository;
|
||||
use MintyPHP\Repository\User\UserWriteRepositoryInterface;
|
||||
|
||||
class UserPasswordService
|
||||
{
|
||||
public function __construct(
|
||||
private readonly UserPasswordPolicyService $passwordPolicyService,
|
||||
private readonly UserWriteRepository $userWriteRepository
|
||||
private readonly UserWriteRepositoryInterface $userWriteRepository
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user