Files
Phraseanet/lib/Alchemy/Phrasea/Model/Repositories/ApiApplicationRepository.php
2014-03-24 12:28:14 +01:00

16 lines
287 B
PHP

<?php
namespace Alchemy\Phrasea\Model\Repositories;
use Doctrine\ORM\EntityRepository;
/**
* ApiApplicationRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class ApiApplicationRepository extends EntityRepository
{
}