From 420c3922c25d42c199d207729d9783661ddb24be Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Sun, 15 Mar 2026 21:55:06 +0100 Subject: [PATCH] fix(manga): corriger le conflit de shortName sur MangaDiscoverResource --- .../ApiPlatform/Resource/MangaDiscoverResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Domain/Manga/Infrastructure/ApiPlatform/Resource/MangaDiscoverResource.php b/src/Domain/Manga/Infrastructure/ApiPlatform/Resource/MangaDiscoverResource.php index 9217610..2c4cabf 100644 --- a/src/Domain/Manga/Infrastructure/ApiPlatform/Resource/MangaDiscoverResource.php +++ b/src/Domain/Manga/Infrastructure/ApiPlatform/Resource/MangaDiscoverResource.php @@ -8,7 +8,7 @@ use App\Domain\Manga\Infrastructure\ApiPlatform\Dto\MangaSearchCollection; use App\Domain\Manga\Infrastructure\ApiPlatform\State\Provider\DiscoverMangaStateProvider; #[ApiResource( - shortName: 'Mangadex', + shortName: 'MangaDiscover', operations: [ new Get( uriTemplate: '/manga-discover',