mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Controller and Entity draft
This commit is contained in:
12
application/src/Entity/User.php
Normal file
12
application/src/Entity/User.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace App\Entity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class User extends AbstractSource implements UserInterface
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user