Skip to content

Commit

Permalink
Merge pull request #3 from fromholdio/pull-fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dizzystuff authored Jul 11, 2023
2 parents 45df01c + ba73a27 commit 62f9987
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 62f9987

Please sign in to comment.