Commit a67e8bd
committed
bug symfony#53634 [Notifer][Smsapi] Set messageId of SentMessage (tomasz-kusy)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Notifer][Smsapi] Set messageId of SentMessage
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
This commit fixes a bug causing the messageId to never be set in the object. SmsApi always returns it.
Commits
-------
c97ead7 [Notifer][Smsapi] Set messageId of SentMessageFile tree
1 file changed
+4
-1
lines changed- src/Symfony/Component/Notifier/Bridge/Smsapi
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
0 commit comments