AbstractManager.php 115B

12345678
  1. <?php
  2. namespace domain\_;
  3. abstract class AbstractManager extends AbstractService implements ManagerInterface
  4. {
  5. }