table(self::TABLE)->updateOrInsert( ['UserID' => $userId], [ 'Channel' => $channel, 'Domain' => $origin, 'Scheme' => '', 'UpdatedAt' => $now, ] ); } }