NotifierInterface.php 60B

12345678
  1. <?php
  2. namespace domain\_;
  3. interface NotifierInterface
  4. {
  5. }