Move doctrine repositories to Phrasea namespace

This commit is contained in:
Romain Neutron
2013-10-29 17:30:11 +01:00
parent 910850396c
commit 08ce909730
75 changed files with 95 additions and 95 deletions

View File

@@ -0,0 +1,24 @@
<?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 Alchemy\Phrasea\Model\Repositories;
use Doctrine\ORM\EntityRepository;
/**
* SessionModuleRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class SessionModuleRepository extends EntityRepository
{
}