AbstractGenerator.php 123B

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