Ken 5 дней назад
Родитель
Сommit
07340e00b6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/admin/Backflow.php

+ 1 - 0
app/Http/Controllers/admin/Backflow.php

@@ -18,6 +18,7 @@ class Backflow extends Controller
                 'limit' => ['required', 'integer', 'min:1'],
                 'member_id' => ['nullable', 'string'],
                 'date' => ['nullable', 'date_format:Y-m'],
+                'username' => ['nullable', 'string'],
             ]);
             $params['page'] = request()->input('page', 1);
             $params['limit'] = request()->input('limit', 10);