*/ public function toArray($request) { return [ 'id' => $this->id, 'price' => $this->price, 'member_id' => $this->member_id, 'description' => $this->description, ]; } }