mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Restored repositories
This commit is contained in:
17
lib/Doctrine/Repositories/FeedPublisherRepository.php
Normal file
17
lib/Doctrine/Repositories/FeedPublisherRepository.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Repositories;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Entities\Feed;
|
||||
use Entities\FeedPublisher;
|
||||
|
||||
/**
|
||||
* FeedPublisherRepository
|
||||
*
|
||||
* This class was generated by the Doctrine ORM. Add your own custom
|
||||
* repository methods below.
|
||||
*/
|
||||
class FeedPublisherRepository extends EntityRepository
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user