Completed
Pull Request — master (#60)
by Jasper
14:29
created
src/Providers/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.