@@ -24,7 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | $this->mergeConfig(); |
26 | 26 | |
27 | - $this->app->bind('sibs', function () { |
|
27 | + $this->app->bind('sibs', function() { |
|
28 | 28 | return new SibsService(); |
29 | 29 | }); |
30 | 30 | } |