20230926#2
This commit is contained in:
@@ -50,7 +50,7 @@ class MysqlStorageData {
|
|||||||
/**
|
/**
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getData() : array {
|
public function getData() : iterable {
|
||||||
if(!empty($this->arrayData)) return $this->arrayData;
|
if(!empty($this->arrayData)) return $this->arrayData;
|
||||||
if(!$this->result) return [];
|
if(!$this->result) return [];
|
||||||
$this->result->data_seek(0);
|
$this->result->data_seek(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user