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