Repo Interface für tests
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace MintyPHP\Service\Mail;
|
||||
|
||||
use MintyPHP\Repository\Mail\MailLogRepository;
|
||||
use MintyPHP\Repository\Mail\MailLogRepositoryInterface;
|
||||
use MintyPHP\Service\Settings\SettingGateway;
|
||||
|
||||
class MailServicesFactory
|
||||
@@ -15,7 +15,7 @@ class MailServicesFactory
|
||||
private readonly SettingGateway $settingGateway
|
||||
) {}
|
||||
|
||||
public function createMailLogRepository(): MailLogRepository
|
||||
public function createMailLogRepository(): MailLogRepositoryInterface
|
||||
{
|
||||
return $this->mailRepositoryFactory->createMailLogRepository();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user