mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 10:08:08 +02:00
Adde name source to user
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\NameAttributInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface NameSourceInterface extends NameAttributInterface
|
||||
interface NameSourceInterface extends NameAttributInterface, SourceInterface
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user