feat: debut rerefonte DDD CQRS
This commit is contained in:
committed by
ThysTips
parent
8f7b5d71c5
commit
0c8ca6cca9
11
src/Domain/Scraping/Application/Command/ScrapeChapter.php
Normal file
11
src/Domain/Scraping/Application/Command/ScrapeChapter.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Scraping\Application\Command\ScrapeChapter;
|
||||
|
||||
class ScrapeChapterCommand
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $chapterId,
|
||||
public readonly string $sourceId
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user