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