Skip to content

Commit e903ca3

Browse files
committed
IHF: Helper renamed to multiarray_sort_by.
1 parent a5c1246 commit e903ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function array_except_value(array $array, $value)
1717
}
1818
}
1919

20-
if (!function_exists('array_order_by')) {
21-
function array_order_by(array $array, $field1 = null, $sort1 = null, $_ = null)
20+
if (!function_exists('multiarray_sort_by')) {
21+
function multiarray_sort_by(array $array, $field1 = null, $sort1 = null, $_ = null)
2222
{
2323
$args = func_get_args();
2424

0 commit comments

Comments
 (0)