Перевод на доменную архитектуру
This commit is contained in:
10
app/Domain/Reports/Contracts/AuditLogger.php
Normal file
10
app/Domain/Reports/Contracts/AuditLogger.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Reports\Contracts;
|
||||
|
||||
use App\Application\Reports\DTO\ReportComparisonResult;
|
||||
|
||||
interface AuditLogger
|
||||
{
|
||||
public function logComparison(ReportComparisonResult $result): void;
|
||||
}
|
||||
Reference in New Issue
Block a user