From 94609b417ffdc7d48af8ecb8c25be6bcf884c7cf Mon Sep 17 00:00:00 2001 From: neo-schobert <77445900+neo-schobert@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:53:48 +0200 Subject: [PATCH] Update Author --- src/Form/UserType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Form/UserType.php b/src/Form/UserType.php index fbb140a0..d0feb76c 100644 --- a/src/Form/UserType.php +++ b/src/Form/UserType.php @@ -1,5 +1,5 @@ <?php - +// Edited By Néo Schobert & Yanis Bentoumi namespace App\Form; use App\Entity\User; @@ -37,4 +37,4 @@ class UserType extends AbstractType 'data_class' => User::class, ]); } -} \ No newline at end of file +} -- GitLab