Skip to content

Commit

Permalink
Bugfix: typo in Trait
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwesdijk committed Jul 28, 2020
1 parent 3541aa5 commit f327d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolvers/Resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function updateOrCreateValue(string $property, string $value): EntityAtt
]);
}

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

return $eav;
}
Expand Down

0 comments on commit f327d01

Please sign in to comment.