Update AttributeValue.php

This commit is contained in:
Roland Franssen
2018-04-10 18:32:06 +02:00
committed by GitHub
parent 9bcb43f264
commit 117dd52129
@@ -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\GeneratedValue() @ORM\Column(type="msgphp_attribute_value_id") */
private $id;
public function __construct(AttributeValueIdInterface $id, Attribute $attribute, $value)