From ba73a2779231a9abcd00c6ebda2b437f1246707b Mon Sep 17 00:00:00 2001 From: Florian Thoma Date: Tue, 11 Jul 2023 16:46:35 +1000 Subject: [PATCH] fix typo --- src/Extensions/Attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Attribute.php b/src/Extensions/Attribute.php index 3e5aca1..bfa4723 100644 --- a/src/Extensions/Attribute.php +++ b/src/Extensions/Attribute.php @@ -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;