- <?php
-
- namespace Lc\CaracoleBundle\Repository\Section;
-
- use Lc\CaracoleBundle\Model\Section\SectionInterface;
- use Lc\CaracoleBundle\Repository\AbstractRepository;
-
-
- class SectionRepository extends AbstractRepository
- {
- public function getInterfaceClass()
- {
- return SectionInterface::class;
- }
-
- }
|