@@ -8,7 +8,7 @@ |
||
| 8 | 8 | "services" => [ |
| 9 | 9 | "darksky" => [ |
| 10 | 10 | "shared" => true, |
| 11 | - "callback" => function () { |
|
| 11 | + "callback" => function() { |
|
| 12 | 12 | $darksky = new \Anax\Controller\WeatherCurl(); |
| 13 | 13 | $cfg = $this->get("configuration"); |
| 14 | 14 | $config = $cfg->load("api.php"); |