'integer', ]; /** * Get the pipeline items for the lane */ public function items() { return $this->hasMany(PipelineItem::class); } }