'integer', ]; /** * Get the parent labelable model (order etc). */ public function labelable(): MorphTo { return $this->morphTo(); } }