mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-16 03:19:56 +00:00
Code cleanup
This commit is contained in:
@@ -45,12 +45,12 @@ class WebhookMessageTransformer extends AbstractTransformer
|
||||
}
|
||||
|
||||
return [
|
||||
'id' => (string)$message->id,
|
||||
'id' => (string) $message->id,
|
||||
'created_at' => $message->created_at->toAtomString(),
|
||||
'updated_at' => $message->updated_at->toAtomString(),
|
||||
'sent' => $message->sent,
|
||||
'errored' => $message->errored,
|
||||
'webhook_id' => (string)$message->webhook_id,
|
||||
'webhook_id' => (string) $message->webhook_id,
|
||||
'uuid' => $message->uuid,
|
||||
'message' => $json,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user