1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 12:23:06 +08:00

修正websocket连接地址

This commit is contained in:
koogua 2021-10-03 09:51:13 +08:00
parent 4564bd9cdf
commit f9ab91efa7

View File

@ -57,16 +57,4 @@ class Controller extends \Phalcon\Mvc\Controller
return $auth->getCurrentUser();
}
protected function getSiteInfo()
{
return $this->getSettings('site');
}
protected function getSettings($section)
{
$appService = new AppService();
return $appService->getSettings($section);
}
}