@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Zewa; |
| 4 | 4 | |
| 5 | -use Zewa\Exception\LookupException; |
|
| 6 | - |
|
| 7 | 5 | /** |
| 8 | 6 | * This class is the starting point for application |
| 9 | 7 | * |
@@ -1,6 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Zewa; |
| 3 | -use Zewa\Interfaces\ContainerInterface; |
|
| 4 | 3 | |
| 5 | 4 | /** |
| 6 | 5 | * View management |