From e928811629eb27b0ae0f86fc33cfa15b22c94e52 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Tue, 27 Mar 2018 21:14:26 +0200 Subject: [PATCH] Update AttributeValue.php --- msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php b/msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php index e4d2be84..1767ece7 100644 --- a/msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php +++ b/msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php @@ -11,7 +11,7 @@ use MsgPhp\Eav\Entity\AttributeValue as BaseAttributeValue; */ class AttributeValue extends BaseAttributeValue { - /** @ORM\Id @ORM\Column(type="msgphp_attribute_value_id") */ + /** @ORM\Id() @ORM\Column(type="msgphp_attribute_value_id") */ private $id; public function __construct(AttributeValueIdInterface $id, Attribute $attribute, $value)