diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-15 15:16:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-15 15:16:44 +0300 |
commit | 7640bc1002b7569f5c8bc725708f516a61f2a988 (patch) | |
tree | fd702bc05c6a3c7d17bcb73bd7dde1a0df4e54df /src | |
parent | 81687eb05afd20022459054390186a7d3314822b (diff) | |
download | php-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.php | 2 |
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 |