8000 updating msgphp eav receipt for msgphp pull 214 · symfony/recipes-contrib@3d610f7 · GitHub
[go: up one dir, main page]

Sk 8000 ip to content

Commit 3d610f7

Browse files
author
Pascal Wacker
committed
updating msgphp eav receipt for msgphp pull 214
1 parent 0611f6f commit 3d610f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msgphp/eav-bundle/0.2/src/Entity/Eav/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class Attribute extends BaseAttribute
1313
{
14-
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_attribute_id") */
14+
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_attribute_id", length=191) */
1515
private $id;
1616

1717
public function __construct(AttributeIdInterface $id)

msgphp/eav-bundle/0.2/src/Entity/Eav/AttributeValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class AttributeValue extends BaseAttributeValue
1313
{
14-
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_attribute_value_id") */
14+
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_attribute_value_id", length=191) */
1515
private $id;
1616

1717
public function __construct(AttributeValueIdInterface $id, Attribute $attribute, $value)

0 commit comments

Comments
 (0)
0