Browse Source

Solved #71

Just a typo issue.
Marc 11 years ago
parent
commit
335f341255
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DependencyInjection/Configuration.php

+ 2 - 2
DependencyInjection/Configuration.php

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