Skip to content
Snippets Groups Projects
Commit 6dbd8932 authored by PEREZ-RAMIREZ Julian's avatar PEREZ-RAMIREZ Julian
Browse files

addiing WishList records per default

parent e5957829
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class WishList ...@@ -18,7 +18,7 @@ class WishList
#[ORM\ManyToOne(targetEntity: User::class)] #[ORM\ManyToOne(targetEntity: User::class)]
#[ORM\JoinColumn(nullable: false)] #[ORM\JoinColumn(nullable: false)]
private ?int $user = null; private ?User $user = null;
#[ORM\Column(length: 255)] #[ORM\Column(length: 255)]
private ?string $name = null; private ?string $name = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment