belongsTo(User::class, 'follower_id'); } public function following() { return $this->belongsTo(User::class, 'following_id'); } }