Repo Interface für tests
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MintyPHP\Service\Audit;
|
||||
|
||||
use MintyPHP\Http\ApiAuth;
|
||||
use MintyPHP\Http\RequestContext;
|
||||
use MintyPHP\Repository\Audit\ApiAuditLogRepository;
|
||||
use MintyPHP\Repository\Audit\ApiAuditLogRepositoryInterface;
|
||||
|
||||
class ApiAuditService
|
||||
{
|
||||
@@ -15,7 +15,7 @@ class ApiAuditService
|
||||
|
||||
private ?array $context = null;
|
||||
|
||||
public function __construct(private readonly ApiAuditLogRepository $apiAuditLogRepository)
|
||||
public function __construct(private readonly ApiAuditLogRepositoryInterface $apiAuditLogRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user