Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit acce02f

Browse filesBrowse files
committed
feature #39949 [Notifier] [FakeSms] Add the bridge (JamesHemery)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] [FakeSms] Add the bridge | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? |no | New feature? | yes | Deprecations? | no | License | MIT | Doc PR | symfony/symfony-docs#14870 | Recipe PR | symfony/recipes#882 @OskarStark Bridge added :) Commits ------- 351065e774 [Notifier] [FakeSms] Add the bridge
2 parents ab7d787 + 4ce4514 commit acce02f
Copy full SHA for acce02f

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎Exception/UnsupportedSchemeException.php

Copy file name to clipboardExpand all lines: Exception/UnsupportedSchemeException.php
+4Lines 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+
'fakesms' => [
76+
'class' => Bridge\FakeSms\FakeSmsTransportFactory::class,
77+
'package' => 'symfony/fake-sms-notifier',
78+
],
7579
'ovhcloud' => [
7680
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
7781
'package' => 'symfony/ovh-cloud-notifier',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.