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