优化
This commit is contained in:
@@ -73,7 +73,7 @@ class IndexController extends AdminController
|
||||
protected function grid()
|
||||
{
|
||||
$grid = new Grid(new Activity);
|
||||
|
||||
$grid->model()->with(['grants.user', 'verifications.user']);
|
||||
$grid->actions(function ($actions) {
|
||||
$actions->disableView();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user