Skip to content

Commit

Permalink
Remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jan 21, 2017
1 parent e10d51c commit 44b15a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
25 changes: 0 additions & 25 deletions DependencyInjection/Configuration.php

This file was deleted.

3 changes: 0 additions & 3 deletions DependencyInjection/DdeboerVatinExtension.php
Expand Up @@ -19,9 +19,6 @@ class DdeboerVatinExtension extends Extension
*/
public function load(array $configs, ContainerBuilder $container)
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.xml');
}
Expand Down

0 comments on commit 44b15a4

Please sign in to comment.