mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Added user repository
This commit is contained in:
parent
ecd6bfaac1
commit
412c677c65
14
application/src/Repository/UserRepository.php
Normal file
14
application/src/Repository/UserRepository.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace App\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class UserRepository extends EntityRepository
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user