infinito/application/src/Entity/LawInterface.php

15 lines
180 B
PHP
Raw Normal View History

2018-09-13 14:39:03 +02:00
<?php
namespace App\Entity;
use App\Entity\Attribut\NodeAttributInterface;
/**
*
* @author kevinfrantz
*
*/
interface LawInterface extends NodeAttributInterface
{
}