diff --git a/src/NLPCloud.php b/src/NLPCloud.php index 9bda753..92ae6aa 100644 --- a/src/NLPCloud.php +++ b/src/NLPCloud.php @@ -8,6 +8,9 @@ class NLPCloud const API_VERSION = 'v1'; const BASE_URL = 'https://api.nlpcloud.io'; + protected $headers; + protected $rootURL; + public function __construct($model, $token, $gpu = false, $lang = '', $asynchronous = false) { $this->headers = array(