@@ -2,11 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Gr8abbasi\Container; |
4 | 4 | |
5 | -use Interop\Container\ContainerInterface; |
|
6 | -use Gr8abbasi\Container\Exception\NotFoundException; |
|
7 | 5 | use Gr8abbasi\Container\Exception\ContainerException; |
6 | +use Gr8abbasi\Container\Exception\NotFoundException; |
|
8 | 7 | use Gr8abbasi\Container\Repository\InMemoryServiceRepository; |
9 | -use Gr8abbasi\Container\Factory\ConfigFileServiceFactory; |
|
8 | +use Interop\Container\ContainerInterface; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Container Class |