Fix a small capitalization mishap.
This commit is contained in:
parent
57fcc25822
commit
c8ccf668c9
|
|
@ -33,7 +33,7 @@ class SoapService
|
||||||
public function __construct($arbiterType) {
|
public function __construct($arbiterType) {
|
||||||
$arbiter = GridHelper::{strtolower($arbiterType) . 'Arbiter'}();
|
$arbiter = GridHelper::{strtolower($arbiterType) . 'Arbiter'}();
|
||||||
$this->Client = new SoapClient(
|
$this->Client = new SoapClient(
|
||||||
Storage::path('grid/RCCservice.wsdl'), // Arbiter WCF service WSDL should not be used for RCCService calls.
|
Storage::path('grid/RCCService.wsdl'), // Arbiter WCF service WSDL should not be used for RCCService calls.
|
||||||
[
|
[
|
||||||
'location' => $arbiter,
|
'location' => $arbiter,
|
||||||
'uri' => 'http://roblox.com/',
|
'uri' => 'http://roblox.com/',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue