fix: base_url()/site_url() does not work on CLI

This commit is contained in:
kenjis 2023-09-06 09:04:46 +09:00
parent 1520f30bb7
commit e0df5f2fcd
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -71,6 +71,9 @@ class CLIRequest extends Request
ignore_user_abort(true);
$this->parseCommand();
// Set SiteURI for this request
$this->uri = new SiteURI($config, $this->getPath());
}
/**