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,