Repo Interface für tests
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace MintyPHP\Service\Mail;
|
||||
|
||||
use MintyPHP\Repository\Mail\MailLogRepository;
|
||||
use MintyPHP\Repository\Mail\MailLogRepositoryInterface;
|
||||
|
||||
class MailLogService
|
||||
{
|
||||
public function __construct(private readonly MailLogRepository $mailLogRepository)
|
||||
public function __construct(private readonly MailLogRepositoryInterface $mailLogRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user