Skip to content

Commit

Permalink
BA-383 Remove the check
Browse files Browse the repository at this point in the history
  • Loading branch information
DjellzeBllaca committed Jul 18, 2024
1 parent 1a5a55a commit 1b19b23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Services/ServiceListParameters/ServiceListParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b19b23

Please sign in to comment.