|
|
@@ -1,18 +0,0 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
namespace Lc\CaracoleBundle\Repository\Reminder; |
|
|
|
|
|
|
|
use Lc\CaracoleBundle\Repository\RepositoryTrait; |
|
|
|
use Lc\SovBundle\Model\Reminder\ReminderInterface; |
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderRepository as SovReminderRepository; |
|
|
|
|
|
|
|
/** |
|
|
|
* @method ReminderInterface|null find($id, $lockMode = null, $lockVersion = null) |
|
|
|
* @method ReminderInterface|null findOneBy(array $criteria, array $orderBy = null) |
|
|
|
* @method ReminderInterface[] findAll() |
|
|
|
* @method ReminderInterface[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) |
|
|
|
*/ |
|
|
|
class ReminderRepository extends SovReminderRepository |
|
|
|
{ |
|
|
|
use RepositoryTrait; |
|
|
|
} |