From 1b19b234b3a4be2062f756062509bfccaa13e81c Mon Sep 17 00:00:00 2001 From: Djellze Bllaca Date: Thu, 18 Jul 2024 09:17:06 +0200 Subject: [PATCH] BA-383 Remove the check --- .../ServiceListParameters/ServiceListParameter.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Services/ServiceListParameters/ServiceListParameter.php b/src/Services/ServiceListParameters/ServiceListParameter.php index 1a1785f..2345a3c 100644 --- a/src/Services/ServiceListParameters/ServiceListParameter.php +++ b/src/Services/ServiceListParameters/ServiceListParameter.php @@ -65,13 +65,6 @@ protected function appendParameter(?int $groupKey, ?string $groupType, string $n { if (! is_null($value)) { - if (method_exists($this, $value)) - { - $this->serviceList->appendParameter($value($groupKey, $groupType)); - - return $this; - } - $this->serviceList->appendParameter([ "Name" => $name, "Value" => $value,