Gwentey
Results
1
issues of
Gwentey
**Describe the bug** Methods placed in Repository with Symfony are not detected by controllers. **To Reproduce** // controller `$lesArticles = $doctrine->getRepository(Articles::class)->getAllArticles();` // Repository ```