ServiceInterface.php 59B

1234567
  1. <?php
  2. namespace domain\_;
  3. interface ServiceInterface {
  4. }