1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Move to bundle-less

This commit is contained in:
Yassine Guedidi 2024-02-19 01:03:08 +01:00
parent 09ef700fda
commit fe039247b5
6 changed files with 8 additions and 45 deletions

View file

@ -35,9 +35,6 @@ class AppKernel extends Kernel
new Http\HttplugBundle\HttplugBundle(),
new Sentry\SentryBundle\SentryBundle(),
new Twig\Extra\TwigExtraBundle\TwigExtraBundle(),
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {