SemiController.class.php 159 B

12345678
  1. <?php
  2. namespace Home\Controller;
  3. use Think\Controller;
  4. class SemiController extends Controller {
  5. public function index(){
  6. $this->display();
  7. }
  8. }