Skip to content
Snippets Groups Projects
Unverified Commit b3f8a117 authored by neo-schobert's avatar neo-schobert Committed by GitHub
Browse files

Update RegistrationFormType.php

parent 523a5aa5
No related branches found
No related tags found
No related merge requests found
<?php <?php
// Edited By Néo Schobert & Yanis Bentoumi
namespace App\Form; namespace App\Form;
use App\Entity\User; use App\Entity\User;
...@@ -72,4 +72,4 @@ class RegistrationFormType extends AbstractType ...@@ -72,4 +72,4 @@ class RegistrationFormType extends AbstractType
'data_class' => User::class, 'data_class' => User::class,
]); ]);
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment