__handlePropertyHandler(__CLASS__); } public function index() { $user = $this->request->input('user', 'Hyperf'); $method = $this->request->getMethod(); return ['method' => $method, 'message' => "Hello {$user}."]; } }