13 lines
231 B
PHP
Executable File
13 lines
231 B
PHP
Executable File
<?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 {
|
|
}
|