mirror of
https://codeberg.org/reflect/reflect-client-php.git
synced 2025-09-13 17:43:42 +02:00
fix: remove debug line (#12)
This commit is contained in:
parent
6e35a3f7d8
commit
1ed38a8c3d
1 changed files with 1 additions and 2 deletions
|
@ -135,7 +135,6 @@
|
||||||
|
|
||||||
public function delete(?array $payload = []): Response {
|
public function delete(?array $payload = []): Response {
|
||||||
$this->set_request_body($payload);
|
$this->set_request_body($payload);
|
||||||
print_r($this->headers);
|
|
||||||
return new Response(...$this->http_call(Method::DELETE));
|
return new Response(...$this->http_call(Method::DELETE));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue