소스 검색

Refactoring Reminder

feature/ticket^2
Fab 3 년 전
부모
커밋
974b958d0c
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. +0
    -18
      Repository/Reminder/ReminderRepository.php

+ 0
- 18
Repository/Reminder/ReminderRepository.php 파일 보기

@@ -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;
}

Loading…
취소
저장