mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized folder draft
This commit is contained in:
13
application/src/Entity/Source/UserSourceInterface.php
Normal file
13
application/src/Entity/Source/UserSourceInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\UserAttributInterface;
|
||||
use App\Entity\Attribut\Interfaces\NameSourceAttributInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface UserSourceInterface extends SourceInterface, UserAttributInterface, NameSourceAttributInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user