Skip to content

Commit c78d321

Browse files
authored
Fixed PHP 8.2 deprecation
1 parent 9df4964 commit c78d321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restclient.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class RestClient implements Iterator, ArrayAccess {
1212

1313
public $options;
1414
public $handle; // cURL resource handle.
15+
public $url;
1516

1617
// Populated after execution:
1718
public $response; // Response body.

0 commit comments

Comments
 (0)