mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-05 11:47:56 +00: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