...
|
...
|
@@ -62,6 +62,8 @@ class Stor extends Backend |
|
|
foreach ($list as $row) {
|
|
|
|
|
|
$row->getRelation('user')->visible(['nickname','avatar']);
|
|
|
$row['stor_image'] = $this->request->domain() . $row['stor_image'];
|
|
|
|
|
|
}
|
|
|
|
|
|
$result = array("total" => $list->total(), "rows" => $list->items());
|
...
|
...
|
|