belongsTo(Lobby::class); } public function targetLobbyPro() { return $this->belongsTo(LobbyPro::class, 'target_lobby_pro_id'); } }