This commit is contained in:
Roman 2021-04-02 22:42:53 +02:00
parent 3d703fd7d5
commit 2a4c13869c

@ -77,6 +77,7 @@ class Request {
}
public function execute($values = array()): bool {
$this->params = array_merge([], $this->defaultParams);
$this->success = false;
$this->result = array();
$this->lastError = '';