@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | */ |
24 | 24 | public function boot() |
25 | 25 | { |
26 | - Response::macro('tdkThrow', function () { |
|
26 | + Response::macro('tdkThrow', function() { |
|
27 | 27 | $this->throw(); |
28 | 28 | |
29 | 29 | if (isset($this->json()['error'])) { |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | return $this; |
34 | 34 | }); |
35 | 35 | |
36 | - $this->app->singleton('thecaliskan-tdk', function ($app) { |
|
36 | + $this->app->singleton('thecaliskan-tdk', function($app) { |
|
37 | 37 | return new TDK($app); |
38 | 38 | }); |
39 | 39 | } |