Skip to content

Commit 1b1946c

Browse files
committed
Remove not necessary dsl for google chat message
1 parent b4fdfc8 commit 1b1946c

18 files changed

+13
-881
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
->set('notifier.transport_factory.ovhcloud', OvhCloudTransportFactory::class)
7171
->parent('notifier.transport_factory.abstract')
72-
->tag('texter.transportnexmo_factory')
72+
->tag('texter.transport_factory')
7373

7474
->set('notifier.transport_factory.sinch', SinchTransportFactory::class)
7575
->parent('notifier.transport_factory.abstract')

src/Symfony/Component/Notifier/Bridge/GoogleChat/BuiltInIcons.php

-55
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/ButtonsWidget.php

-45
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/Card.php

-73
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/ComponentInterface.php

-22
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/ComponentTrait.php

-75
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/ImageButton.php

-38
This file was deleted.

src/Symfony/Component/Notifier/Bridge/GoogleChat/Component/ImageWidget.php

-46
This file was deleted.

0 commit comments

Comments
 (0)