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/nxpRutilsExtension.php | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php (limited to 'src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php') diff --git a/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php b/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php new file mode 100644 index 0000000..2b2a39b --- /dev/null +++ b/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php @@ -0,0 +1,28 @@ +processConfiguration($configuration, $configs); + + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); + $loader->load('services.yml'); + } +} -- cgit v1.2.3