Skip to content

Commit

Permalink
removed useless conf (exporter)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ric committed Nov 28, 2012
1 parent 15c74a4 commit 412025c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DependencyInjection/ServerGroveTranslationEditorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ public function load(array $configs, ContainerBuilder $container)

$container->setParameter($this->getAlias() . '.storage.type', $config['storage']['type']);
$container->setParameter($this->getAlias() . '.storage.manager', $config['storage']['manager']);

$container->setParameter($this->getAlias() . '.exporter.type', $config['exporter']['type']);
}
}

0 comments on commit 412025c

Please sign in to comment.