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