belongsTo(User::class, 'sender_id'); } /** * @return mixed */ public function sentUsers() { return $this->belongsTo(User::class, 'receiver_id'); } }