Remove abstract function Node::__construct()

This commit is contained in:
Eric Lippmann 2020-02-27 10:08:16 +01:00
parent df29918a75
commit a06fba34b3

View file

@ -118,8 +118,6 @@ abstract class Node
99 => 'PENDING' 99 => 'PENDING'
); );
abstract public function __construct($object);
/** /**
* Set whether to treat acknowledged hosts/services always as UP/OK * Set whether to treat acknowledged hosts/services always as UP/OK
* *