belongsTo(User::class); } public function friend() { return $this->belongsTo(User::class, 'friend_id'); } }