Commit 62a85d46 authored by Alex Ne's avatar Alex Ne

bug fix

parent 7b7a2df5
......@@ -49,7 +49,7 @@ class Credentials {
return $this->api_version;
}
public function get_service_key() {
return $this->$api_service_key;
return $this->api_service_key;
}
}
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment