Skip to content

Commit

Permalink
Removed unnecessary parent::__call in LagoonClient. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk authored May 5, 2020
1 parent 112ad85 commit e049b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LagoonClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ public function __call($method, $arguments) {
}
return $this->operations[$method];
}
return parent::__call($method, $arguments);
}
}

0 comments on commit e049b96

Please sign in to comment.