hasOne(User::class, 'id', 'user_id'); } public function userLink() { return $this->hasOne(User::class, 'id', 'user_linking_id'); } }