@@ -23,7 +23,7 @@ |
||
23 | 23 | $configuration = new Configuration(); |
24 | 24 | $config = $this->processConfiguration($configuration, $configs); |
25 | 25 | |
26 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
26 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
27 | 27 | $loader->load('services.yaml'); |
28 | 28 | |
29 | 29 | $container->setParameter('wanna_speak.api.account_id', $config['api']['credentials']['account_id']); |