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:
12
application/src/Entity/Source/NameSourceInterface.php
Normal file
12
application/src/Entity/Source/NameSourceInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\NameAttributInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface NameSourceInterface extends NameAttributInterface, SourceInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user