mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Reformat various code.
This commit is contained in:
@@ -50,12 +50,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