From a06fba34b30f2607e857c939799336b64b6fd8fa Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Feb 2020 10:08:16 +0100 Subject: [PATCH] Remove abstract function Node::__construct() --- library/Businessprocess/Node.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index c7dc07d..a68adc2 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -118,8 +118,6 @@ abstract class Node 99 => 'PENDING' ); - abstract public function __construct($object); - /** * Set whether to treat acknowledged hosts/services always as UP/OK *