File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Illuminate/Http/Resources/JsonApi/Concerns Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ protected function resolveResourceMetaInformation(JsonApiRequest $request): arra
372372 *
373373 * @return $this
374374 */
375- public function withRequestQueryString (bool $ value = true )
375+ public function respectFieldsAndIncludesInQueryString (bool $ value = true )
376376 {
377377 $ this ->usesRequestQueryString = $ value ;
378378
@@ -384,9 +384,9 @@ public function withRequestQueryString(bool $value = true)
384384 *
385385 * @return $this
386386 */
387- public function withoutRequestQueryString ()
387+ public function ignoreFieldsAndIncludesInQueryString ()
388388 {
389- return $ this ->withRequestQueryString (false );
389+ return $ this ->respectFieldsAndIncludesFromQueryString (false );
390390 }
391391
392392 /**
You can’t perform that action at this time.
0 commit comments