2018-04-04 16:25:25 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace AppBundle\Repository;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* UserRepository
|
|
|
|
*
|
|
|
|
* This class was generated by the Doctrine ORM. Add your own custom
|
|
|
|
* repository methods below.
|
|
|
|
*/
|
2018-04-04 17:42:27 +02:00
|
|
|
class UserRepository extends \Doctrine\ORM\EntityRepository {
|
2018-04-04 16:25:25 +02:00
|
|
|
}
|