@@ -54,7 +54,7 @@ |
||
54 | 54 | { |
55 | 55 | $this->app->bind( |
56 | 56 | Client::class, |
57 | - function () { |
|
57 | + function() { |
|
58 | 58 | return new Client( |
59 | 59 | $this->getHttpClient(), |
60 | 60 | config('jsonapi.base_uri'), |