diff --git a/src/Entity/User.php b/src/Entity/User.php index b1c191ef0b..7f391af90b 100644 --- a/src/Entity/User.php +++ b/src/Entity/User.php @@ -243,7 +243,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface, Visibil public string $type; #[Column(type: 'text', nullable: true)] - public string $applicationText; + public ?string $applicationText; #[Column(type: 'enumApplicationStatus', nullable: false, options: ['default' => EApplicationStatus::Approved->value])] private string $applicationStatus;