mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
updating msgphp user receipt for msgphp pull 214
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user