mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-02 21:52:26 +03:00
Update PdnsApi.php
Creation of dynamic property PdnsAPI::$http is deprecated
This commit is contained in:
parent
607ecbd9f2
commit
d59da92f37
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
include_once('ApiHandler.php');
|
||||
|
||||
class PdnsAPI {
|
||||
public $http;
|
||||
|
||||
|
||||
public function __construct() {
|
||||
$this->http = new ApiHandler();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue