We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ff06 commit 58ec7c8Copy full SHA for 58ec7c8
app/code/Magento/Downloadable/Block/Catalog/Product/Samples.php
@@ -43,7 +43,7 @@ public function getSamples()
43
* @param SampleInterface $sample
44
* @return string
45
*/
46
- public function getSampleUrl(SampleInterface $sample)
+ public function getSampleUrl($sample)
47
{
48
return $this->getUrl('downloadable/download/sample', ['sample_id' => $sample->getId()]);
49
}
0 commit comments