Skip to content

Commit cca2a84

Browse files
committed
Fix missing import
1 parent 4a32bf7 commit cca2a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use React\EventLoop\LoopInterface;
66
use Socket\React\Datagram\Factory as DatagramFactory;
77
use Socket\Raw\Factory as RawFactory;
8+
use BadMethodCallException;
89

910
class Factory
1011
{

0 commit comments

Comments
 (0)