9 lines
83B

  1. <?php
  2. namespace Lc\CaracoleBundle\Model\Section;
  3. interface SectionInterface
  4. {
  5. }