mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-19 01:14:43 -05:00
Clean up some code.
This commit is contained in:
@@ -114,6 +114,7 @@ class StandardWebhookSender implements WebhookSenderInterface
|
||||
}
|
||||
$options = [
|
||||
'body' => $json,
|
||||
'allow_redirects' => false,
|
||||
'headers' => [
|
||||
'Content-Type' => 'application/json',
|
||||
'Accept' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user