Skip to content

Commit f8f5470

Browse files
committed
Links to the downloadable_product_samples are direct links
1 parent d5ec99f commit f8f5470

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/DownloadableGraphQl/Model/Resolver/Product/DownloadableOptions.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class DownloadableOptions implements ResolverInterface
5050
private $linkCollection;
5151

5252
/**
53-
* Downloadable file
54-
*
5553
* @var UrlInterface
5654
*/
5755
private $urlBuilder;
@@ -61,7 +59,7 @@ class DownloadableOptions implements ResolverInterface
6159
* @param DownloadableHelper $downloadableHelper
6260
* @param SampleCollection $sampleCollection
6361
* @param LinkCollection $linkCollection
64-
* @param File $downloadableFile
62+
* @param UrlInterface|null $urlBuilder
6563
*/
6664
public function __construct(
6765
EnumLookup $enumLookup,

0 commit comments

Comments
 (0)