mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Add missing coma next to the last array's item
This commit is contained in:
parent
9cc5f4b3a7
commit
51b8c36521
@ -42,7 +42,7 @@ JSON;
|
|||||||
'is_role_address' => false,
|
'is_role_address' => false,
|
||||||
'reason' => [],
|
'reason' => [],
|
||||||
'result' => 'deliverable',
|
'result' => 'deliverable',
|
||||||
'risk' => 'low'
|
'risk' => 'low',
|
||||||
];
|
];
|
||||||
|
|
||||||
$parts = ValidateResponse::create($data);
|
$parts = ValidateResponse::create($data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user