checkHelp($id); return $this->handleHelp($help); } protected function handleHelp(HelpModel $help) { return [ 'id' => $help->id, 'title' => $help->title, 'content' => $help->content, ]; } }