aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-15 15:16:44 +0300
committerValentin Popov <info@valentineus.link>2020-07-15 15:16:44 +0300
commit7640bc1002b7569f5c8bc725708f516a61f2a988 (patch)
treefd702bc05c6a3c7d17bcb73bd7dde1a0df4e54df /src
parent81687eb05afd20022459054390186a7d3314822b (diff)
downloadphp-epg-service-7640bc1002b7569f5c8bc725708f516a61f2a988.tar.xz
php-epg-service-7640bc1002b7569f5c8bc725708f516a61f2a988.zip
Fixed base url
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/Environments/ServiceEnvironment.php2
1 files changed, 1 insertions, 1 deletions
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