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

Commit 4a09aa4

Browse files
committed
Merge pull request #107 from golovanov/patch-1
Fix container namespace in DiStrictAbstractServiceFactoryFactory
2 parents ff910e8 + 97ab1d3 commit 4a09aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/DiStrictAbstractServiceFactoryFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Zend\Mvc\Service;
1111

12-
use Container\Interop\ContainerInterface;
12+
use Interop\Container\ContainerInterface;
1313
use Zend\ServiceManager\FactoryInterface;
1414
use Zend\ServiceManager\ServiceLocatorInterface;
1515

0 commit comments

Comments
 (0)