Files
Phraseanet/lib/Doctrine/Repositories/FtpCredentialRepository.php
2013-08-23 12:09:50 +02:00

19 lines
328 B
PHP

<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2013 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;
class FtpCredentialRepository extends EntityRepository
{
}