Skip to content

Commit 8aaf75c

Browse files
committed
[Notifier] [FakeChat] Added the bridge
1 parent 5cf0568 commit 8aaf75c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ class UnsupportedSchemeException extends LogicException
7272
'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
7373
'package' => 'symfony/spot-hit-notifier',
7474
],
75+
'fakechat' => [
76+
'class' => Bridge\FakeChat\FakeChatTransportFactory::class,
77+
'package' => 'symfony/fake-chat-notifier',
78+
],
7579
'fakesms' => [
7680
'class' => Bridge\FakeSms\FakeSmsTransportFactory::class,
7781
'package' => 'symfony/fake-sms-notifier',

0 commit comments

Comments
 (0)