avoid loop when deleting a resource
This commit is contained in:
parent
fc90cd9505
commit
5b0834a3ba
64 changed files with 126 additions and 126 deletions
|
|
@ -21,7 +21,7 @@ class RouteTargets extends AbstractApi
|
|||
* @return mixed
|
||||
* @throws \GuzzleHttp\Exception\GuzzleException
|
||||
*/
|
||||
public function delete($id, $params=[])
|
||||
public function remove($id, $params=[])
|
||||
{
|
||||
return $this->delete("/ipam/route-targets/".$id."/", $params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue