mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 01:58:09 +02:00
Optimized Interface structure
This commit is contained in:
15
application/src/Entity/Interfaces/UserInterface.php
Normal file
15
application/src/Entity/Interfaces/UserInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace App\Entity\Interfaces;
|
||||
|
||||
use FOS\UserBundle\Model\UserInterface as FOSUserInterface;
|
||||
use App\Entity\Attribut\Interfaces\SourceAttributInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface UserInterface extends FOSUserInterface, SourceAttributInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user