belongsTo(User::class, 'user_id', 'id'); } public function addiction() { return $this->belongsTo(Addiction::class, 'addiction_id', 'id'); } }