Completed
Push — develop ( 4968a5...ffa447 )
by Alex
02:12
created
src/Http/Controllers/JsonApiController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     protected function getRequestParameters($request)
87 87
     {
88 88
         return [
89
-            'fields' => $this->getRequestQuerySet($request, 'fields.' . $this->getModelType()),
89
+            'fields' => $this->getRequestQuerySet($request, 'fields.'.$this->getModelType()),
90 90
             'include' => $this->getRequestQuerySet($request, 'include'),
91 91
         ];
92 92
     }
Please login to merge, or discard this patch.