<?php namespace app\home\controller; use app\home\HomeBaseController; class Index extends HomeBaseController { public function index() { return view(); } }