ServiceInterface.php 127 B

1234567891011
  1. <?php
  2. namespace addons\OperationCenter\common\services;
  3. /**
  4. * ServiceInterface interface
  5. */
  6. interface ServiceInterface
  7. {
  8. }