Added automatic lock after init

If someone wants to create a custom request. Init should not be called?!
This commit is contained in:
Dennis Eichhorn 2016-07-03 15:32:44 +02:00
parent d3152722b9
commit ebafbe059a

View File

@ -131,6 +131,7 @@ class Request extends RequestAbstract
$this->setupUriBuilder();
$this->createRequestHashs();
$this->lock();
}
/**