Update Attribute.php

This commit is contained in:
Roland Franssen
2018-03-27 21:14:38 +02:00
committed by GitHub
parent e928811629
commit eff994c932
@@ -11,7 +11,7 @@ use MsgPhp\Eav\Entity\Attribute as BaseAttribute;
*/
class Attribute extends BaseAttribute
{
/** @ORM\Id @ORM\Column(type="msgphp_attribute_id") */
/** @ORM\Id() @ORM\Column(type="msgphp_attribute_id") */
private $id;
public function __construct(AttributeIdInterface $id)