diff --git a/app/controller/Index.php b/app/controller/Index.php index af20cc9..de13dde 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -18,7 +18,7 @@ class Index extends BaseController // dump($menus); // dd($user->getMenus(true)); - tcpSend(); + $this->tcpSend(); return '';