mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
Added automatic lock after init
If someone wants to create a custom request. Init should not be called?!
This commit is contained in:
parent
d3152722b9
commit
ebafbe059a
|
|
@ -131,6 +131,7 @@ class Request extends RequestAbstract
|
||||||
|
|
||||||
$this->setupUriBuilder();
|
$this->setupUriBuilder();
|
||||||
$this->createRequestHashs();
|
$this->createRequestHashs();
|
||||||
|
$this->lock();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user