belongsTo(EmailTemplateType::class,'type_id','id')->withDefault(); } public function relatable() { return $this->morphTo(); } }