GESTOR_URL.'/rest/'.$url, CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => 30, CURLOPT_DNS_USE_GLOBAL_CACHE => true, CURLOPT_HTTP_VERSION => 3, CURLOPT_CUSTOMREQUEST => "GET" )); return json_decode(curl_exec(static::$curl))->dados; } }
Fatal error: Uncaught Error: Class "RestClient" not found in /home/starmd/public_html/conector/int.php:40 Stack trace: #0 /home/starmd/public_html/index.php(2): require() #1 {main} thrown in /home/starmd/public_html/conector/int.php on line 40