refactor: remove useless code

This commit is contained in:
b1ek 2024-08-30 17:51:05 +10:00
parent d85c62eedc
commit 4bfbb1081d
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ class Filters
$data = json_decode(json_encode($data), false);
}
$data->filters ??= [];
$data->orders ??= [];
$data->pagination ??= null;
try {
return $mapper->map($data, \App\Facade\Filters\Filters::class);
} catch (Error $err) {