Add oauth repositories

This commit is contained in:
Nicolas Le Goff
2014-03-04 21:03:51 +01:00
parent 061365fd54
commit 5d3cba6ce5
6 changed files with 90 additions and 0 deletions

View File

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