From a129130ba12ba1bdc281351ae7e3de2736f75bef Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 28 Mar 2023 23:02:58 +0300 Subject: [PATCH] Removed DependencyInjection dir from old code due to uselessness. --- .../DependencyInjection/Configuration.php | 29 ------------------- .../SkobkinPointToolsExtension.php | 29 ------------------- 2 files changed, 58 deletions(-) delete mode 100644 old/src/PointToolsBundle/DependencyInjection/Configuration.php delete mode 100644 old/src/PointToolsBundle/DependencyInjection/SkobkinPointToolsExtension.php 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'); - } -}