8 lines
115B

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