Adde name source to user

This commit is contained in:
Kevin Frantz
2018-09-14 14:39:47 +02:00
parent bfd5d9416e
commit 1d7aaeb1dd
10 changed files with 82 additions and 30 deletions

View File

@@ -1,12 +1,10 @@
<?php
namespace App\Form;
/**
*
* @author kevinfrantz
*
*/
class NameSourceType
{
}

View File

@@ -1,14 +1,12 @@
<?php
namespace App\Form;
use Symfony\Component\Form\AbstractType;
/**
*
* @author kevinfrantz
*
*/
class UserSourceType extends AbstractType
{
}