Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1218 from springimport/patch-1
Browse files Browse the repository at this point in the history
Fix mistake in code
  • Loading branch information
jcalcaben authored Jun 14, 2017
2 parents bd8dfe9 + 677fb38 commit cb8fa63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Likewise afterSave plugin should take data from entity and do some manipulations
) {
$extensionAttributes = $entity->getExtensionAttributes(); /** get current extension attributes from entity **/
$ourCustomData = $extensionAttributes->getOurCustomData();
$this-customDataRepository->save($ourCustomData);
$this->customDataRepository->save($ourCustomData);

return $entity;
}
Expand Down

0 comments on commit cb8fa63

Please sign in to comment.