From 7640bc1002b7569f5c8bc725708f516a61f2a988 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 15 Jul 2020 16:16:44 +0400 Subject: Fixed base url Signed-off-by: Valentin Popov --- src/Environments/ServiceEnvironment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Environments/ServiceEnvironment.php b/src/Environments/ServiceEnvironment.php index 004586f..53ab732 100644 --- a/src/Environments/ServiceEnvironment.php +++ b/src/Environments/ServiceEnvironment.php @@ -28,7 +28,7 @@ class ServiceEnvironment { /** * @var string */ - protected const BASE_URL = 'http://xmldata.epgservice.ru/EPGService/hs/xmldata/%s'; + protected const BASE_URL = 'http://xmldata.epgservice.ru/EPGService/hs/xmldata/%s/'; /** * @var string -- cgit v1.2.3