$endpoints) { \usort($endpoints, function (array $a, array $b) { return ($a['order'] ?? 0) <=> ($b['order'] ?? 0); }); self::$commands[$route] = $endpoints; } \file_put_contents(__DIR__ . '/SearchCommands.php', '