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