mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
Replce array_first_key() with array_key_first(), etc.
This commit is contained in:
parent
1c92b1baf5
commit
4193edde25
7 changed files with 12 additions and 12 deletions
|
|
@ -608,7 +608,7 @@ class Router
|
|||
return false;
|
||||
}
|
||||
arsort($reordered_routes);
|
||||
$best_route = array_first_key($reordered_routes);
|
||||
$best_route = array_key_first($reordered_routes);
|
||||
return $best_route;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue