@@ -14,7 +14,7 @@ |
||
| 14 | 14 | // Bootstrap code here. |
| 15 | 15 | $this->app->when(TwitterChannel::class) |
| 16 | 16 | ->needs(Twitter::class) |
| 17 | - ->give(function () { |
|
| 17 | + ->give(function() { |
|
| 18 | 18 | return new Twitter(config('services.twitter')); |
| 19 | 19 | }); |
| 20 | 20 | } |