infinito/application/src/Repository/UserRepository.php

13 lines
151 B
PHP
Raw Normal View History

2018-09-06 16:57:54 +02:00
<?php
2018-09-12 22:25:22 +02:00
2018-09-06 16:57:54 +02:00
namespace App\Repository;
use Doctrine\ORM\EntityRepository;
/**
* @author kevinfrantz
*/
class UserRepository extends EntityRepository
{
}