| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | "callback" => function () { |
||
| 12 | $config = $this->get("configuration"); |
||
|
|
|||
| 13 | |||
| 14 | $ipstackConfig = $config->load("weather"); |
||
| 15 | |||
| 16 | $ipLocator = new EVB\Weather\IpLocator( |
||
| 17 | $ipstackConfig["items"][0]["config"]["ipstackApiKey"], |
||
| 18 | $this->get("curlWrapper") |
||
| 19 | ); |
||
| 20 | |||
| 21 | return $ipLocator; |
||
| 22 | } |
||
| 26 |