belongsTo(User::class, 'target_user_id'); } public function sender() { return $this->belongsTo(User::class, 'sender_id'); } }