again
This commit is contained in:
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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user