feat: GetManga endpoint + tests

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-10 19:40:47 +01:00
parent e3d380eadd
commit 2f615a4936
10 changed files with 301 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Domain\Manga\Application\Query;
readonly class GetManga
{
public function __construct(
public string $id
) {}
}