ArticleController.php 226 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 17:33
  7. */
  8. namespace api\modules\v1\controllers;
  9. class ArticleController extends \api\controllers\ArticleController
  10. {
  11. }