Перевод на доменную архитектуру
This commit is contained in:
13
app/Application/Reports/DTO/GenerateReportResult.php
Normal file
13
app/Application/Reports/DTO/GenerateReportResult.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Application\Reports\DTO;
|
||||
|
||||
final readonly class GenerateReportResult
|
||||
{
|
||||
public function __construct(
|
||||
public int $reportId,
|
||||
public string $path,
|
||||
public bool $usedNewArchitecture,
|
||||
public ?ReportComparisonResult $comparison = null,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user