diff --git a/app/AppKernel.php b/app/AppKernel.php index 9d942a2cd..30d035075 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -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)) { diff --git a/app/config/services.yml b/app/config/services.yml index 8ce454d07..d65fa1d00 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -32,10 +32,6 @@ services: $supportUrl: '@=service(''craue_config'').get(''wallabag_support_url'')' $fonts: '%wallabag_core.fonts%' - Wallabag\AnnotationBundle\: - resource: '../../src/Wallabag/AnnotationBundle/*' - exclude: '../../src/Wallabag/AnnotationBundle/{Controller,Entity,DataFixtures}' - Wallabag\ApiBundle\: resource: '../../src/Wallabag/ApiBundle/*' exclude: '../../src/Wallabag/ApiBundle/{Controller,Entity}' diff --git a/src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php b/src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php deleted file mode 100644 index bb1e03cf9..000000000 --- a/src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php +++ /dev/null @@ -1,14 +0,0 @@ -processConfiguration($configuration, $configs); - } -} diff --git a/src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php b/src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php deleted file mode 100644 index b64920a33..000000000 --- a/src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php +++ /dev/null @@ -1,9 +0,0 @@ -