Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xini authored Jul 11, 2023
1 parent 45df01c commit ba73a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function getAttributeFieldSource($scopeObject = null)
}

if ($this->owner->hasMethod('updateAttributeFieldSource')) {
$source = $this->owner->updateAttributeFieldObject($source, $scopeObject);
$source = $this->owner->updateAttributeFieldSource($source, $scopeObject);
}

return $source;
Expand Down

0 comments on commit ba73a27

Please sign in to comment.