SluggableInterface.php 85B

12345678
  1. <?php
  2. namespace Lc\SovBundle\Doctrine\Extension;
  3. interface SluggableInterface
  4. {
  5. }