mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-03 22:02:23 +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');
|
include_once('ApiHandler.php');
|
||||||
|
|
||||||
class PdnsAPI {
|
class PdnsAPI {
|
||||||
|
public $http;
|
||||||
|
|
||||||
|
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$this->http = new ApiHandler();
|
$this->http = new ApiHandler();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue