Added user repository

This commit is contained in:
Kevin Frantz 2018-09-06 16:57:54 +02:00
parent ecd6bfaac1
commit 412c677c65

View File

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