Index.php 125 B

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