From eff994c932a842b51c5dc406c5076c7414131b1d Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Tue, 27 Mar 2018 21:14:38 +0200 Subject: [PATCH] Update Attribute.php --- msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php b/msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php index 9448fed5..2457430b 100644 --- a/msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php +++ b/msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php @@ -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)