Fix a small capitalization mishap.

This commit is contained in:
Graphictoria 2022-08-19 19:49:26 -04:00
parent 57fcc25822
commit c8ccf668c9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class SoapService
public function __construct($arbiterType) {
$arbiter = GridHelper::{strtolower($arbiterType) . 'Arbiter'}();
$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,
'uri' => 'http://roblox.com/',