We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632d3c2 commit 6904d56Copy full SHA for 6904d56
src/Filters/SearchableFilter.php
@@ -30,6 +30,7 @@ public function filter(RestifyRequest $request, $query, $value)
30
ray('Searching through BelongsTo relation');
31
if (! $this->belongsToField->authorize($request)) {
32
ray('BelongsTo field not authorized for this request, skipping search.');
33
+
34
return $query;
35
}
36
0 commit comments