@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace EVB\Weather; |
| 4 | 4 | |
| 5 | -use EVB\IpValidation2\CurlWrapper; |
|
| 6 | - |
|
| 7 | 5 | |
| 8 | 6 | /** |
| 9 | 7 | * Simple class for locating IP-addresses. |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
| 6 | 6 | use Anax\Commons\ContainerInjectableTrait; |
| 7 | 7 | |
| 8 | -use EVB\IpValidation2\CurlWrapper; |
|
| 9 | - |
|
| 10 | 8 | /** |
| 11 | 9 | * Controller for Weather API. |
| 12 | 10 | * |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
| 6 | 6 | use Anax\Commons\ContainerInjectableTrait; |
| 7 | 7 | |
| 8 | -use EVB\IpValidation2\CurlWrapper; |
|
| 9 | - |
|
| 10 | 8 | /** |
| 11 | 9 | * Controller for Weather page. |
| 12 | 10 | * |