Update AttributeValue.php

This commit is contained in:
Roland Franssen
2018-03-27 21:14:26 +02:00
committed by GitHub
parent 703e1e216b
commit e928811629
@@ -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)