diff -r 0354584a4d61 -r 06a22ff5d58d DependencyInjection/WikiTagExtension.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DependencyInjection/WikiTagExtension.php Wed Oct 05 23:51:31 2011 +0200 @@ -0,0 +1,28 @@ +processConfiguration($configuration, $configs); + + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); + $loader->load('services.yml'); + } +}