Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c062d91

Browse files
committed
Added missing import in StreamFactoryFactory
1 parent 5f280f2 commit c062d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Container/StreamFactoryFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
namespace Zend\Expressive\Container;
1111

1212
use Psr\Container\ContainerInterface;
13+
use Psr\Http\Message\StreamInterface;
1314
use Zend\Diactoros\Stream;
1415

1516
/**

0 commit comments

Comments
 (0)