belongsTo(User::class, 'sender', 'msnv'); } public function receiverUser() { return $this->belongsTo(User::class, 'receiver', 'msnv'); } }