Update ApiV1Controller

pull/1989/head
Daniel Supernault 5 years ago
parent 75c8c58695
commit 310f668814
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -1729,7 +1729,7 @@ class ApiV1Controller extends Controller
'resolve' => 'nullable',
'limit' => 'nullable|integer|max:40',
'offset' => 'nullable|integer',
'following' => 'nullable|following'
'following' => 'nullable'
]);
return SearchApiV2Service::query($request);

Loading…
Cancel
Save