SiteController.php 220 B

12345678910111213
  1. <?php
  2. /**
  3. * Author: lf
  4. * Blog: https://blog.feehi.com
  5. * Email: job@feehi.com
  6. * Created at: 2019-05-11 18:02
  7. */
  8. namespace api\modules\v1\controllers;
  9. class SiteController extends \api\controllers\SiteController
  10. {
  11. }