mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Added name source draft
This commit is contained in:
12
application/src/Form/NameSourceType.php
Normal file
12
application/src/Form/NameSourceType.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace App\Form;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class NameSourceType
|
||||
{
|
||||
}
|
||||
|
14
application/src/Form/UserSourceType.php
Normal file
14
application/src/Form/UserSourceType.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace App\Form;
|
||||
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class UserSourceType extends AbstractType
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user