no message

This commit is contained in:
hellcat 2025-04-07 21:19:41 +08:00
parent 5bc47eadc2
commit 37a031ca8a

View File

@ -319,7 +319,7 @@ final class HookController
// /nodeList
if (strpos($sText, '/nodeList') === 0 || strpos($sText, '\/nodeList') === 0) {
$aNodeList = Node::where('type', 1)->orderBy('name', 'desc')->get()->toArray();
$aNodeList = Node::where('type', 1)->orderBy('name', 'asc')->get()->toArray();
$sMsg = '';
foreach ($aNodeList as $row) {