16 lines
174 B
PHP
Raw Normal View History

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