Skip to content

Commit

Permalink
di fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Maniora committed Jun 12, 2017
1 parent 1910afb commit 963c110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$treeBuilder->root('dvs_core_authentication');
$treeBuilder->root('dvs_translate');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class DvsCoreTranslateExtension extends Extension
class DvsTranslateExtension extends Extension
{
/**
* {@inheritdoc}
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<service id="dvs.core.translate.locale.selector" class="Dvs\TranslateBundle\Locale\Selector">
<service id="dvs.translate.locale.selector" class="Dvs\TranslateBundle\Locale\Selector">
<argument type="service" id="translator" />
<argument>%locales%</argument>

Expand Down

0 comments on commit 963c110

Please sign in to comment.