Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c09405b

Browse files
OskarStarkalexandre-daubois
authored andcommitted
[Notifier] Add missing use statement
1 parent 0c214e6 commit c09405b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
1818
use Symfony\Component\Notifier\Transport\Dsn;
1919
use Symfony\Component\Notifier\Transport\TransportFactoryInterface;
20+
use Symfony\Component\Notifier\Transport\TransportInterface;
2021

2122
/**
2223
* A test case to ease testing a notifier transport factory.

0 commit comments

Comments
 (0)