14 lines
231 B
PHP
14 lines
231 B
PHP
|
<?php
|
||
|
|
||
|
namespace AppBundle\Repository;
|
||
|
|
||
|
/**
|
||
|
* UserRepository
|
||
|
*
|
||
|
* This class was generated by the Doctrine ORM. Add your own custom
|
||
|
* repository methods below.
|
||
|
*/
|
||
|
class UserRepository extends \Doctrine\ORM\EntityRepository
|
||
|
{
|
||
|
}
|