8 lines
119B

  1. <?php
  2. namespace common\logic;
  3. abstract class AbstractChecker extends AbstractService implements CheckerInterface
  4. {
  5. }