Remove AnnotationBundle

This commit is contained in:
Yassine Guedidi
2023-12-25 19:24:52 +01:00
parent b9a1248c4b
commit 922ddc9d63
5 changed files with 0 additions and 43 deletions

View File

@ -41,7 +41,6 @@ class AppKernel extends Kernel
new Wallabag\ApiBundle\WallabagApiBundle(),
new Wallabag\UserBundle\WallabagUserBundle(),
new Wallabag\ImportBundle\WallabagImportBundle(),
new Wallabag\AnnotationBundle\WallabagAnnotationBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {