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)