feat: SearchManga endpoint + tests
This commit is contained in:
parent
6667cc224b
commit
ae0eac3197
10
src/Domain/Manga/Application/Query/SearchManga.php
Normal file
10
src/Domain/Manga/Application/Query/SearchManga.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Manga\Application\Query;
|
||||
|
||||
readonly class SearchManga
|
||||
{
|
||||
public function __construct(
|
||||
public string $title
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user