From 8f480e518f676eefe47eadc79d85e2f3342a82fa Mon Sep 17 00:00:00 2001 From: Libern Date: Thu, 7 Jul 2016 23:28:39 +0800 Subject: [PATCH] Improved RestClient --- src/Libern/Rest/RestClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Libern/Rest/RestClient.php b/src/Libern/Rest/RestClient.php index e07a175..cfc5a36 100755 --- a/src/Libern/Rest/RestClient.php +++ b/src/Libern/Rest/RestClient.php @@ -78,7 +78,6 @@ public function __construct($service_name = null, $debug_mode = null) $services = $this->getConfig('services'); // use default service name - $this->service_name = $service_name; if (empty($service_name)) { $service_name = $this->getConfig('default_service_name'); }