Skip to content

Commit f327d01

Browse files
committed
Bugfix: typo in Trait
1 parent 3541aa5 commit f327d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resolvers/Resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private function updateOrCreateValue(string $property, string $value): EntityAtt
157157
]);
158158
}
159159

160-
$this->resolver->model->load(HasEntityAttributes::$relationName);
160+
$this->resolver->model->load(HasEntityAttributeValues::$relationName);
161161

162162
return $eav;
163163
}

0 commit comments

Comments
 (0)