Automation init...3
This commit is contained in:
parent
986ceb6b30
commit
e2a2975d0d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user