Index.php 117 B

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