diff --git a/application/tables/IcingaServiceSetServiceTable.php b/application/tables/IcingaServiceSetServiceTable.php index d204ebe1..38943f14 100644 --- a/application/tables/IcingaServiceSetServiceTable.php +++ b/application/tables/IcingaServiceSetServiceTable.php @@ -46,7 +46,6 @@ class IcingaServiceSetServiceTable extends QuickTable public function setServiceSet(IcingaServiceSet $set) { $this->set = $set; - $this->setId = $set->get('id'); return $this; }