Skip to content

Commit ea1aa1a

Browse files
authored
Update Attribute.php
1 parent f013c24 commit ea1aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function deleteTerm($attribute_id, $term_id, $options = [])
9999
*/
100100
protected function batchTerm($attribute_id, $data)
101101
{
102-
$return Query::init()
102+
return Query::init()
103103
->setEndpoint("products/attributes/{$attribute_id}/terms")
104104
->batch($data);
105105
}

0 commit comments

Comments
 (0)