infinito/application/src/Repository/LawRepository.php

15 lines
164 B
PHP
Raw Normal View History

2018-10-04 21:01:45 +02:00
<?php
namespace App\Repository;
use Doctrine\ORM\EntityRepository;
/**
*
* @author kevinfrantz
*
*/
class LawRepository extends EntityRepository
{
}