Merge pull request #342

This commit is contained in:
symfony-flex-server[bot]
2018-05-17 06:01:38 +00:00
committed by GitHub
@@ -11,7 +11,7 @@ use MsgPhp\User\UserIdInterface;
*/
class User extends BaseUser
{
/** @ORM\Id() @ORM\Column(type="msgphp_user_id") */
/** @ORM\Id() @ORM\GeneratedValue() @ORM\Column(type="msgphp_user_id") */
private $id;
public function __construct(UserIdInterface $id)