• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/recentaddressesservice.php
  • Класс: BitrixLocationInfrastructureServiceRecentAddressesService
  • Вызов: RecentAddressesService::__construct
protected function __construct(Container $config)
{
	parent::__construct($config);

	$this->currentUserId = (int)CurrentUser::get()?->getId();
}