Skip to content

Commit 02ebb59

Browse files
committed
[Notifier] Add mercure bridge
1 parent a0ff181 commit 02ebb59

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
@@ -100,6 +100,10 @@ class UnsupportedSchemeException extends LogicException
100100
'class' => Bridge\Octopush\OctopushTransportFactory::class,
101101
'package' => 'symfony/octopush-notifier',
102102
],
103+
'mercure' => [
104+
'class' => Bridge\Mercure\MercureTransportFactory::class,
105+
'package' => 'symfony/mercure-notifier',
106+
],
103107
];
104108

105109
/**

0 commit comments

Comments
 (0)