@@ -21,7 +21,7 @@ |
||
21 | 21 | $container->setParameter('codecloud_shopify.webhooks', $config['webhooks']); |
22 | 22 | |
23 | 23 | foreach ($config['oauth'] as $key => $value) { |
24 | - $container->setParameter('codecloud_shopify.oauth.'.$key, $value); |
|
24 | + $container->setParameter('codecloud_shopify.oauth.' . $key, $value); |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |