8 lines
91B

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