Files
Phraseanet/lib/Alchemy/Phrasea/Model/Repositories/PresetRepository.php
2014-03-06 01:31:43 +01:00

19 lines
343 B
PHP

<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2014 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Model\Repositories;
use Doctrine\ORM\EntityRepository;
class PresetRepository extends EntityRepository
{
}