StatusInterface.php 82B

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