Basics.php 87 B

12345678
  1. <?php
  2. namespace app\api\service;
  3. class Basics extends \app\common\service\Basics
  4. {
  5. }