diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:03:30 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:03:30 +0400 |
commit | 4f260cf8659f4f143e27f056b24ca389b8c54366 (patch) | |
tree | d9a065ca2095656804eb5ed20ff64f1bb6ea5584 /DependencyInjection/Configuration.php | |
parent | faf2b7ae7c95f0c4aa51747def02faf491bf5a48 (diff) |
~ Fix autoloader
Diffstat (limited to 'DependencyInjection/Configuration.php')
-rw-r--r-- | DependencyInjection/Configuration.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php deleted file mode 100644 index 45b3ca8..0000000 --- a/DependencyInjection/Configuration.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -namespace nxp\RutilsBundle\DependencyInjection; - -use Symfony\Component\Config\Definition\Builder\TreeBuilder; -use Symfony\Component\Config\Definition\ConfigurationInterface; - -class Configuration implements ConfigurationInterface -{ - /** - * {@inheritDoc} - */ - public function getConfigTreeBuilder() - { - $treeBuilder = new TreeBuilder(); - $rootNode = $treeBuilder->root('rutils'); - - return $treeBuilder; - } -} |