UserController.php 221 B

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