8000 - · symfony/symfony@9bdd6ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bdd6ca

Browse files
committed
-
1 parent 48d0437 commit 9bdd6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Notifier\Bridge\Sms77;
1313

14-
trigger_deprecation('symfony/sms77-notifier', '7.3', 'The "symfony/sms77-notifier" package is deprecated, use "symfony/sevenio-notifier" instead.');
15-
1614
use Symfony\Component\Notifier\Exception\TransportException;
1715
use Symfony\Component\Notifier\Exception\UnsupportedMessageTypeException;
1816
use Symfony\Component\Notifier\Message\MessageInterface;

src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ final class Sms77TransportFactory extends AbstractTransportFactory
2424
{
2525
public function create(Dsn $dsn): Sms77Transport
2626
{
27+
trigger_deprecation('symfony/sms77-notifier', '7.3', 'The "symfony/sms77-notifier" package is deprecated, use "symfony/sevenio-notifier" instead.');
28+
2729
$scheme = $dsn->getScheme();
2830

2931
if ('sms77' !== $scheme) {

0 commit comments

Comments
 (0)
0