no message
This commit is contained in:
parent
1a67af66ef
commit
5bc47eadc2
@ -319,7 +319,7 @@ final class HookController
|
||||
// /nodeList
|
||||
if (strpos($sText, '/nodeList') === 0 || strpos($sText, '\/nodeList') === 0) {
|
||||
|
||||
$aNodeList = Node::where('type', 1)->get()->orderBy('name', 'desc')->toArray();
|
||||
$aNodeList = Node::where('type', 1)->orderBy('name', 'desc')->get()->toArray();
|
||||
|
||||
$sMsg = '';
|
||||
foreach ($aNodeList as $row) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user