feat: event listener sur MangaCreated pour ajouter les chapitres à la création

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-11 18:28:30 +01:00
parent 879b8fa2dc
commit 73774f84ff
10 changed files with 83 additions and 24 deletions

View File

@@ -116,3 +116,7 @@ services:
arguments:
$publicDir: '%kernel.project_dir%/public'
$httpClient: '@GuzzleHttp\Client'
App\Domain\Manga\Infrastructure\EventListener\MangaCreatedListener:
tags:
- { name: messenger.message_handler }