model = new WorkPoint(); } public function get() { $items = $this->model->get(); return $this->success(['data' => $items]); } }