@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public static function createGCSClient(ContainerInterface $container, string $keyFilePath): StorageClient |
17 | 17 | { |
18 | - $path = $container->getParameter('kernel.project_dir') . '/config/gcs/' . $keyFilePath; |
|
18 | + $path = $container->getParameter('kernel.project_dir').'/config/gcs/'.$keyFilePath; |
|
19 | 19 | return new StorageClient([ |
20 | 20 | 'keyFilePath' => $path, |
21 | 21 | ]); |