mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Transform thesaurus preset into doctrine Entity
This commit is contained in:
18
lib/Alchemy/Phrasea/Model/Repositories/PresetRepository.php
Normal file
18
lib/Alchemy/Phrasea/Model/Repositories/PresetRepository.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Phraseanet
|
||||
*
|
||||
* (c) 2005-2014 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;
|
||||
|
||||
class PresetRepository extends EntityRepository
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user