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 cdb17cd commit 9b8e91dCopy full SHA for 9b8e91d
app/code/Magento/Downloadable/Block/Catalog/Product/Samples.php
@@ -41,7 +41,7 @@ public function getSamples()
41
* @param SampleInterface $sample
42
* @return string
43
*/
44
- public function getSampleUrl(SampleInterface $sample)
+ public function getSampleUrl($sample)
45
{
46
return $this->getUrl('downloadable/download/sample', ['sample_id' => $sample->getId()]);
47
}
0 commit comments