fix(file): edited filter scope to searchFilter
This commit is contained in:
parent
3079909ff6
commit
2ba7b3c281
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class FileController extends Controller
|
||||||
$pagination = $filters->per_page;
|
$pagination = $filters->per_page;
|
||||||
}
|
}
|
||||||
|
|
||||||
return File::filter($filters)->cursorPaginate($pagination)->toJson();
|
return File::searchFilter($filters)->cursorPaginate($pagination)->toJson();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue