Implemented law standart template

This commit is contained in:
Kevin Frantz
2018-10-04 21:01:45 +02:00
parent 379e9c62e9
commit 00cd03f43d
4 changed files with 48 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace App\Repository;
use Doctrine\ORM\EntityRepository;
/**
*
* @author kevinfrantz
*
*/
class LawRepository extends EntityRepository
{
}