ReminderInterface.php 79B

1234567
  1. <?php
  2. namespace Lc\SovBundle\Model\Reminder;
  3. interface ReminderInterface
  4. {
  5. }