Skip to content

Commit a8b365b

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: fix tests on AppVeyor Hungarian typo fix in validators translation [Validator] updated Latvian translation [Validator] Added missing Swedish translations [Mailer] [Notifier] #52264 Update Sendinblue / Brevo API host [Validator] Added missing Estonian translations #51939 fix File constraint tests on 32bit PHP [Form] Skip merging params & files if there are no files in the first place [Translation] Ignore bridges in `.gitattributes` file Add missing Hungarian validator translations Added missing Bosnian translations #51929 Added missing Serbian (sr_Latn) translations Added missing Serbian (sr_Cyrl) translations Bump Symfony version to 6.3.7 Update VERSION for 6.3.6 Update CHANGELOG for 6.3.6 Hide generated files in GitHub diffs and statistics #51937 - Added missing Danish translations
2 parents 3b8b5a4 + 53176af commit a8b365b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SendinblueTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
final class SendinblueTransport extends AbstractTransport
3030
{
31-
protected const HOST = 'api.sendinblue.com';
31+
protected const HOST = 'api.brevo.com';
3232

3333
private string $apiKey;
3434
private string $sender;

0 commit comments

Comments
 (0)