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

Remove ImportBundle

This commit is contained in:
Yassine Guedidi 2024-01-01 17:05:20 +01:00
parent 6552c84eec
commit 2c65169127
5 changed files with 8 additions and 52 deletions

View file

@ -38,7 +38,6 @@ class AppKernel extends Kernel
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),
new Wallabag\ImportBundle\WallabagImportBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {