Skip to content

Commit

Permalink
Update Api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
phplicengine committed Feb 16, 2023
1 parent 3fc14d5 commit 715c141
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/PHPLicengine/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,6 @@ public function delete($url, $params = null, $headers = null)
return $this->_call($url, $params, $headers, $method = "DELETE");
}

public function put($url, $params = null, $headers = null)
{
return $this->_call($url, $params, $headers, $method = "PUT");
}

public function patch($url, $params = null, $headers = null)
{
return $this->_call($url, $params, $headers, $method = "PATCH");
Expand Down

0 comments on commit 715c141

Please sign in to comment.