Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
* Set default apiEndpoint in AbstractBrazeNotifier.
  • Loading branch information
gdbrown authored Oct 19, 2024
1 parent de2933f commit 83b3962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This changelog references the relevant changes done in 2.x versions.


## v2.7.1
* Set default apiEndpoint in AbstractBrazeNotifier.


## v2.7.0
* Add support for browser notifications via Braze.

Expand Down
2 changes: 1 addition & 1 deletion src/Notify/Notifier/AbstractBrazeNotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class AbstractBrazeNotifier implements Notifier
public function __construct(
protected readonly Flags $flags,
protected readonly Key $key,
protected readonly string $apiEndpoint,
protected readonly string $apiEndpoint = 'https://rest.iad-01.braze.com',
) {
}

Expand Down

0 comments on commit 83b3962

Please sign in to comment.