From 99f34d74e5a89fe4775e474df39acfe57a3fb101 Mon Sep 17 00:00:00 2001 From: Alexander Kiryuhin Date: Fri, 14 Feb 2014 01:11:17 +0400 Subject: ~Fix autoloader again --- .../DependencyInjection/Configuration.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/NXP/RutilsBundle/DependencyInjection/Configuration.php (limited to 'src/NXP/RutilsBundle/DependencyInjection/Configuration.php') diff --git a/src/NXP/RutilsBundle/DependencyInjection/Configuration.php b/src/NXP/RutilsBundle/DependencyInjection/Configuration.php new file mode 100644 index 0000000..45b3ca8 --- /dev/null +++ b/src/NXP/RutilsBundle/DependencyInjection/Configuration.php @@ -0,0 +1,20 @@ +root('rutils'); + + return $treeBuilder; + } +} -- cgit v1.2.3