updating msgphp user receipt for msgphp pull 214

This commit is contained in:
Pascal Wacker
2018-10-27 17:25:06 +02:00
parent f43798bc00
commit 0611f6f723
@@ -11,7 +11,7 @@ use MsgPhp\User\UserIdInterface;
*/
class User extends BaseUser
{
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_user_id") */
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_user_id", length=191) */
private $id;
public function __construct(UserIdInterface $id)