mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Improve docs further
This commit is contained in:
parent
2a14389073
commit
b4e50880d9
|
|
@ -76,6 +76,7 @@ class Request extends RequestAbstract
|
|||
{
|
||||
$this->header = new Header();
|
||||
$this->header->setL11n($l11n ?? new Localization());
|
||||
$this->setMethod(RequestMethod::GET);
|
||||
|
||||
$this->uri = $uri;
|
||||
$this->source = RequestSource::WEB;
|
||||
|
|
@ -100,11 +101,10 @@ class Request extends RequestAbstract
|
|||
$this->initCurrentRequest();
|
||||
$this->lock();
|
||||
$this->cleanupGlobals();
|
||||
$this->setupUriBuilder();
|
||||
}
|
||||
|
||||
$this->data = array_change_key_case($this->data, CASE_LOWER);
|
||||
|
||||
$this->setupUriBuilder();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user