diff --git a/app/AppKernel.php b/app/AppKernel.php index 69c6db574..98a17e095 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -38,7 +38,6 @@ class AppKernel extends Kernel // wallabag bundles new Wallabag\CoreBundle\WallabagCoreBundle(), - new Wallabag\ApiBundle\WallabagApiBundle(), new Wallabag\ImportBundle\WallabagImportBundle(), ]; diff --git a/app/config/services.yml b/app/config/services.yml index 14bfa3123..103e2c024 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\ApiBundle\: - resource: '../../src/Wallabag/ApiBundle/*' - exclude: '../../src/Wallabag/ApiBundle/{Controller,Entity}' - Wallabag\CoreBundle\: resource: '../../src/Wallabag/CoreBundle/*' exclude: ['../../src/Wallabag/CoreBundle/{Controller,Entity,DataFixtures}', '../../src/Wallabag/CoreBundle/Event/*Event.php'] diff --git a/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php b/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php deleted file mode 100644 index 1f206d2d4..000000000 --- a/src/Wallabag/ApiBundle/DependencyInjection/Configuration.php +++ /dev/null @@ -1,19 +0,0 @@ -processConfiguration($configuration, $configs); - } - - public function getAlias() - { - return 'wallabag_api'; - } -} diff --git a/src/Wallabag/ApiBundle/WallabagApiBundle.php b/src/Wallabag/ApiBundle/WallabagApiBundle.php deleted file mode 100644 index 19d887aba..000000000 --- a/src/Wallabag/ApiBundle/WallabagApiBundle.php +++ /dev/null @@ -1,9 +0,0 @@ -