Skip to content

Commit 86e4bbf

Browse files
committed
PHP 8.2 - Fixed dynamic property declaration deprecation.
1 parent 301554e commit 86e4bbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NLPCloud.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ class NLPCloud
88
const API_VERSION = 'v1';
99
const BASE_URL = 'https://api.nlpcloud.io';
1010

11+
/**
12+
* Root Url.
13+
*/
14+
protected $rootURL;
15+
1116
public function __construct($model, $token, $gpu = false, $lang = '', $asynchronous = false)
1217
{
1318
$this->headers = array(

0 commit comments

Comments
 (0)