Parcourir la source

Solved #71

Just a typo issue.
Marc il y a 11 ans
Parent
commit
335f341255
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      DependencyInjection/Configuration.php

+ 2 - 2
DependencyInjection/Configuration.php

@@ -52,8 +52,8 @@ class Configuration implements ConfigurationInterface
                     ->performNoDeepMerging()
                     ->defaultValue(array(
                         'localhost' =>  array(
-                            'hostname'  =>  '127.0.0.1',
-                            'port'      =>  "4730",
+                            'host'  =>  '127.0.0.1',
+                            'port'  =>  "4730",
                         )
                     ))
                     ->prototype('array')