Update PdnsApi.php

Creation of dynamic property PdnsAPI::$http is deprecated
This commit is contained in:
Jelle Luteijn 2023-06-20 14:12:30 +02:00 committed by GitHub
parent 607ecbd9f2
commit d59da92f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,9 @@
include_once('ApiHandler.php');
class PdnsAPI {
public $http;
public function __construct() {
$this->http = new ApiHandler();
}