Add FtpExport repositories

This commit is contained in:
Romain Neutron
2013-08-29 18:46:03 +02:00
parent b225f16d5f
commit 17a4f1970a
3 changed files with 310 additions and 0 deletions

View File

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