Automation init...3

This commit is contained in:
최준흠 2024-09-17 20:23:22 +09:00
parent 986ceb6b30
commit e2a2975d0d

View File

@ -20,7 +20,7 @@ class CrawlerController extends CommonController
}
return $this->_user_model;
}
public function login(string $id): bool|UserEntity
public function login(string $id = ""): bool|UserEntity
{
$host = getenv("mangboard.host.url");
$id = $id == "" ? getenv("mangboard.login.default.id") : $id;