From c8ccf668c9681d20858d2ba938c5af3a30e989ac Mon Sep 17 00:00:00 2001 From: Graphictoria Date: Fri, 19 Aug 2022 19:49:26 -0400 Subject: [PATCH] Fix a small capitalization mishap. --- web/app/Grid/SoapService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/Grid/SoapService.php b/web/app/Grid/SoapService.php index 2648707..4d6390f 100644 --- a/web/app/Grid/SoapService.php +++ b/web/app/Grid/SoapService.php @@ -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/',