'boolean', 'preference_level' => 'integer', ]; /** * Polymorphic relationship to the parent model. */ public function contactable() { return $this->morphTo(); } }