Files
Phraseanet/lib/Doctrine/Repositories/ValidationParticipantRepository.php
2012-04-26 02:09:59 +02:00

26 lines
445 B
PHP

<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2012 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Repositories;
use Doctrine\ORM\EntityRepository;
/**
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class ValidationParticipantRepository extends EntityRepository
{
}