Passed
Push — master ( 97600c...89943d )
by Jasper
10:45
created
src/Providers/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     {
52 52
         $this->app->extend(
53 53
             ClientInterface::class,
54
-            static function (ClientInterface $client) {
54
+            static function(ClientInterface $client) {
55 55
                 if ($baseUri = config('jsonapi.base_uri')) {
56 56
                     $client->setBaseUri($baseUri);
57 57
                 }
Please login to merge, or discard this patch.