8 linhas
117B

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