diff --git a/old/src/PointToolsBundle/DependencyInjection/Configuration.php b/old/src/PointToolsBundle/DependencyInjection/Configuration.php deleted file mode 100644 index f4e0dc0..0000000 --- a/old/src/PointToolsBundle/DependencyInjection/Configuration.php +++ /dev/null @@ -1,29 +0,0 @@ -root('skobkin_point_tools'); - - // Here you should define the parameters that are allowed to - // configure your bundle. See the documentation linked above for - // more information on that topic. - - return $treeBuilder; - } -} diff --git a/old/src/PointToolsBundle/DependencyInjection/SkobkinPointToolsExtension.php b/old/src/PointToolsBundle/DependencyInjection/SkobkinPointToolsExtension.php deleted file mode 100644 index c5008dd..0000000 --- a/old/src/PointToolsBundle/DependencyInjection/SkobkinPointToolsExtension.php +++ /dev/null @@ -1,29 +0,0 @@ -processConfiguration($configuration, $configs); - - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); - $loader->load('services.yml'); - } -}