infinito/application/src/Entity/LawInterface.php

16 lines
181 B
PHP
Raw Normal View History

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