mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Add repositories
This commit is contained in:
15
lib/Doctrine/Repositories/SessionModuleRepository.php
Normal file
15
lib/Doctrine/Repositories/SessionModuleRepository.php
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace 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
|
||||||
|
{
|
||||||
|
}
|
15
lib/Doctrine/Repositories/SessionRepository.php
Normal file
15
lib/Doctrine/Repositories/SessionRepository.php
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Repositories;
|
||||||
|
|
||||||
|
use Doctrine\ORM\EntityRepository;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SessionRepository
|
||||||
|
*
|
||||||
|
* This class was generated by the Doctrine ORM. Add your own custom
|
||||||
|
* repository methods below.
|
||||||
|
*/
|
||||||
|
class SessionRepository extends EntityRepository
|
||||||
|
{
|
||||||
|
}
|
Reference in New Issue
Block a user