8000 [FrameworkBundle] [Notifier] fix firebase transport factory DI tag type by xabbuh · Pull Request #39072 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] [Notifier] fix firebase transport factory DI tag type #39072

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

Merged
merged 1 commit into from
Nov 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix firebase transport factory DI tag type
  • Loading branch information
xabbuh committed Nov 13, 2020
commit 38145232ab98a1ce0834a6fc8bc2831b437439ab
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</service>

<service id="notifier.transport_factory.firebase" class="Symfony\Component\Notifier\Bridge\Firebase\FirebaseTransportFactory" parent="notifier.transport_factory.abstract">
<tag name="texter.transport_factory" />
<tag name="chatter.transport_factory" />
</service>

<service id="notifier.transport_factory.freemobile" class="Symfony\Component\Notifier\Bridge\FreeMobile\FreeMobileTransportFactory" parent="notifier.transport_factory.abstract">
Expand Down
0