Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a314299

Browse files
committed
fix: remove unused argument
1 parent 46d1e4c commit a314299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/MagentoProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function customAttributeValue($key)
8383
*
8484
* @return null|string
8585
*/
86-
public function productImage($key)
86+
public function productImage()
8787
{
8888
$attribute = $this->customAttributes->where('attribute_type', 'image')->first();
8989

0 commit comments

Comments
 (0)