Index.php 128 B

1234567891011
  1. <?php
  2. namespace app\index\controller;
  3. class Index extends Base
  4. {
  5. public function index()
  6. {
  7. echo 'hi';
  8. }
  9. }