diff --git a/src/Core/CREST.php b/src/Core/CREST.php index c15e83a..9d41146 100644 --- a/src/Core/CREST.php +++ b/src/Core/CREST.php @@ -479,7 +479,7 @@ protected function makeCall($Method, $Authorize, array $Data = []) // if nothing in cache, call API else { - $Result = $this->callAPI($LeafURL, $Method, $Authorize, $Data)); + $Result = $this->callAPI($LeafURL, $Method, $Authorize, $Data); $this->Cache->crestUpdate($this->UsedRoute, $this->APIRoute->bottom()->Key.' '.$this->APIRoute->bottom()->Value, $Result); return $Result; }