Usr List entities / proxies / repositories

This commit is contained in:
Romain Neutron
2012-01-02 12:45:56 +01:00
parent 5f057d20ac
commit 7fb481c1e5
9 changed files with 903 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Repositories;
use Doctrine\ORM\EntityRepository;
/**
* UsrListOwnerRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class UsrListOwnerRepository extends EntityRepository
{
}