-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] [FakeChat] Added the bridge #40647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
11e7a96
to
29665cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php
Show resolved
Hide resolved
29665cf
to
46e6f95
Compare
|
46e6f95
to
b7ffa8d
Compare
Thanks, fixed |
b7ffa8d
to
a8ee94c
Compare
Rebased |
e373164
to
a08c0c1
Compare
a08c0c1
to
0ce156c
Compare
I merge this, as its mostly a copy paste from |
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] [FakeChat] add docs Docs for symfony/symfony#40647 Commits ------- 018d50b [Notifier][FakeChat] add docs
{ | ||
protected $serviceProvider; | ||
|
||
public function __construct(ServiceProviderInterface $serviceProvider) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as #40731, where is this locator configured? The framework integration seems broken
This PR is based on #39949 but for chat messages instead of SMS.