Completed
Push — master ( 596354...fd3af1 )
by Christofer
02:22
created
config/di/api.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
     "services" => [
7 7
         "darksky" => [
8 8
             "shared" => true,
9
-            "callback" => function () {
9
+            "callback" => function() {
10 10
                 // Load the configuration files
11 11
                 $cfg = $this->get("configuration");
12 12
                 $config = $cfg->load("darksky.php");
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
         ],
17 17
         "mapquest" => [
18 18
             "shared" => true,
19
-            "callback" => function () {
19
+            "callback" => function() {
20 20
                 // Load the configuration files
21 21
                 $cfg = $this->get("configuration");
22 22
                 $config = $cfg->load("mapquest.php");
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
         ],
27 27
         "ipstack" => [
28 28
             "shared" => true,
29
-            "callback" => function () {
29
+            "callback" => function() {
30 30
                 // Load the configuration files
31 31
                 $cfg = $this->get("configuration");
32 32
                 $config = $cfg->load("ipstack.php");
Please login to merge, or discard this patch.