@@ -55,7 +55,7 @@ |
||
| 55 | 55 | $container->setParameter($this->getAlias() . '.auth.username', $config['auth']['username']); |
| 56 | 56 | } |
| 57 | 57 | if (!empty($config['auth']['password'])) { |
| 58 | - $container->setParameter($this->getAlias(). '.auth.password', $config['auth']['password']); |
|
| 58 | + $container->setParameter($this->getAlias() . '.auth.password', $config['auth']['password']); |
|
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | |