Commit 265edf0
committed
minor #16465 [Messenger] Correct PHP Code block for messenger resetOnMessage (PhilETaylor)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] Correct PHP Code block for messenger resetOnMessage
This PHP code was incorrect. See the yaml and the XML and compare with the PHP and you can see that (or waste 30 mins like I did debugging to work it out haha)
the method needs to be called on the MessengerConfig object and not chained after a dsn call, which will just give an undefined method error.
Commits
-------
428a0df Correct PHP Code block for messenger resetOnMessage1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
| 771 | + | |
775 | 772 | | |
776 | 773 | | |
777 | 774 | | |
| |||
0 commit comments