belongsTo(User::class, 'user_id', 'id'); } public function template() { return $this->belongsTo(AiContentTemplate::class, 'service_id', 'id'); } }