mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
13 lines
151 B
PHP
13 lines
151 B
PHP
<?php
|
|
|
|
namespace App\Repository;
|
|
|
|
use Doctrine\ORM\EntityRepository;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
class UserRepository extends EntityRepository
|
|
{
|
|
}
|