authGroupAccessModel = new AuthGroupModel(); $this->authGroupModel = new AuthGroupModel(); $this->authRuleModel = new AuthRuleModel(); parent::__construct($app); } public function index() { return view(); } }