set defualt value

This commit is contained in:
2025-04-25 18:26:56 +02:00
parent b8826c6c0f
commit b11684fb3b

View File

@@ -89,7 +89,7 @@ class UserGroup
*/
#[ORM\ManyToOne(targetEntity: UserJob::class)]
#[ORM\JoinColumn(nullable: true)]
private ?UserJob $userJob;
private ?UserJob $userJob = null;
public function __construct()
{