@@ -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 | } |
@@ -9,7 +9,6 @@ |
||
9 | 9 | protected $to; |
10 | 10 | |
11 | 11 | /** |
12 | - * @param string $content |
|
13 | 12 | * |
14 | 13 | * @return static |
15 | 14 | */ |