@@ -50,7 +50,7 @@ |
||
| 50 | 50 | { |
| 51 | 51 | $this->app->extend( |
| 52 | 52 | ClientInterface::class, |
| 53 | - static function (ClientInterface $client) { |
|
| 53 | + static function(ClientInterface $client) { |
|
| 54 | 54 | $client->setBaseUri(config('jsonapi.base_uri')); |
| 55 | 55 | |
| 56 | 56 | return $client; |