8 lines
93B

  1. <?php
  2. namespace Lc\SovBundle\Repository\Newsletter;
  3. interface NewsletterStoreInterface
  4. {
  5. }