adding std object instance declaration to avoid warnings
This commit is contained in:
@@ -125,6 +125,7 @@ class Translation extends BaseTranslation
|
||||
$rows[] = $rs->getRow();
|
||||
}
|
||||
|
||||
$result = new StdClass();
|
||||
$result->data = $rows;
|
||||
$result->totalCount = $totalCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user