优化活动列表
This commit is contained in:
@@ -18,9 +18,11 @@ class Grants implements Renderable
|
||||
'nickname' => $info->user_nickname,
|
||||
];
|
||||
});
|
||||
dd($items->toArray());
|
||||
|
||||
return new Table(['Id', '渠道'], $items->toArray());
|
||||
$table = new Table(['Id', '渠道'], $items->toArray());
|
||||
|
||||
return $table->render();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user