@@ -17,7 +17,7 @@ |
||
| 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 |