...
|
...
|
@@ -32,7 +32,6 @@ class AdminIndexController extends PluginBaseController |
|
|
->where($where)
|
|
|
->order("id DESC")
|
|
|
->paginate(10);
|
|
|
dump($comments);
|
|
|
$page = $comments->render();
|
|
|
$this->assign("page", $page);
|
|
|
$this->assign("comments", $comments);
|
...
|
...
|
|