Added:
- Messenger, Mercure - chapter download flow (lelscan only)
This commit is contained in:
@@ -19,7 +19,7 @@ class Manga
|
||||
#[ORM\Column(length: 255)]
|
||||
private ?string $title = null;
|
||||
|
||||
#[ORM\OneToMany(mappedBy: 'manga', targetEntity: Chapter::class, orphanRemoval: true)]
|
||||
#[ORM\OneToMany(mappedBy: 'manga', targetEntity: Chapter::class, fetch: 'EAGER', orphanRemoval: true)]
|
||||
private Collection $chapters;
|
||||
|
||||
#[ORM\Column(length: 255, unique: true)]
|
||||
|
||||
Reference in New Issue
Block a user