Skip to content

Commit 0bb6433

Browse files
committed
[Notifier] Add missing use statement
1 parent fb0c014 commit 0bb6433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)