Fixed typo

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-28 23:35:45 +01:00
parent cbbed36428
commit f3613d7103

View File

@@ -105,8 +105,8 @@ class UploadedFilesController extends Controller
$sort = in_array($request->input('sort'), $allowed_columns) ? $request->input('sort') : 'action_logs.created_at';
// Text search on action_logs fields
// We could use the normal Actionlogs text scope, but it's a very heavy query since it's searcghing across all relations
// And we generally won't need that here
// We could use the normal Actionlogs text scope, but it's a very heavy query since it's searching across all relations
// and we generally won't need that here
if ($request->filled('search')) {
$uploads->where(