Перевод на доменную архитектуру
This commit is contained in:
11
app/Domain/Reports/Models/SavedReportResult.php
Normal file
11
app/Domain/Reports/Models/SavedReportResult.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Reports\Models;
|
||||
|
||||
final readonly class SavedReportResult
|
||||
{
|
||||
public function __construct(
|
||||
public int $reportId,
|
||||
public ReportSnapshot $snapshot,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user