Completed
Push — swp-2195-gcs ( 328722...3971bf )
by
unknown
40s
created
src/SWP/Bundle/ContentBundle/Asset/GoogleAssetUrlGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public function generateUrl(FileInterface $file, string $basePath): string
19 19
     {
20
-        $key = $basePath . DIRECTORY_SEPARATOR . $file->getAssetId() . '.' . $file->getFileExtension();
20
+        $key = $basePath.DIRECTORY_SEPARATOR.$file->getAssetId().'.'.$file->getFileExtension();
21 21
         return $this->bucket->object($key)->gcsUri();
22 22
     }
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.