mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firewall: whitespace fix
This commit is contained in:
parent
cb0fbf440c
commit
7d0b4b539b
@ -141,7 +141,7 @@ class AliasUtilController extends ApiControllerBase
|
||||
array_multisort(array_column($formatted_full, $sortcolumn), $sort_order == 'asc' ? SORT_ASC : SORT_DESC, $formatted_full);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$formatted = array_slice($formatted_full, $offset, $itemsPerPage > 0 ? $itemsPerPage : null);
|
||||
|
||||
return [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user