Skip to content

Commit

Permalink
Improved RestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Jul 7, 2016
1 parent 0403f1a commit 8f480e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Libern/Rest/RestClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 8f480e5

Please sign in to comment.