mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user