feat: ajout d'une route GetMangaByIdHandler.php et fix de la SearchBar.vue
This commit is contained in:
parent
ed0a075a6c
commit
d9e935f7de
13
src/Domain/Manga/Application/Query/SearchLocalManga.php
Normal file
13
src/Domain/Manga/Application/Query/SearchLocalManga.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Manga\Application\Query;
|
||||
|
||||
readonly class SearchLocalManga
|
||||
{
|
||||
public function __construct(
|
||||
public string $query,
|
||||
public int $page = 1,
|
||||
public int $limit = 20
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user