@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Anax\DI; |
3 | 3 | |
4 | -use Anax\DI\Exception\Exception; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Trait to use to make a DI container use magic for |
8 | 6 | * getting services. A class using a DI container can |