*/ public function toArray(Request $request): array { return [ 'object_type' => $this->object_type, 'object_id' => $this->object_id, 'name' => $this->name, 'parent_id' => $this->parent_id, 'sequence' => $this->sequence, ]; } }