cfmgrv4 init...4

This commit is contained in:
최준흠 2024-11-18 09:10:06 +09:00
parent 40700434ca
commit 35d0782065

View File

@ -81,7 +81,7 @@ class AccountController extends CloudflareController
{
//부모데이터정의
$this->auth_entity = $this->getAuthModel()->getEntityByPK($uid);
if ($this->_zone_entity === null) {
if ($this->auth_entity === null) {
throw new \Exception("Auth: [{$uid}] 정보를 찾을수 없습니다.");
}
$this->getService()->reload($this->auth_entity);