remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:59:30 -03:00
parent 7f426a89f9
commit 8bf3b65ec6
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@
$registrations = $obj->get($profile ?? null);
//order the array
require_once "resources/classes/array_order.php";
$order = new array_order();
$registrations = $order->sort($registrations, 'sip-auth-realm', 'user');