openService = $openService; } /** * handle */ public function handle() { $this->openService->getOpenInstance()->eventList(); $this->openService->getInstance()->permissionList(); } }