8 lines
119B

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