infinito/application/symfony/src/Repository/LawRepository.php

13 lines
150 B
PHP
Raw Normal View History

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