阶段性更新,没有实质性的功能
This commit is contained in:
@@ -47,9 +47,10 @@ class CensusController extends AdminController
|
||||
{
|
||||
$grid = new Grid(new User);
|
||||
|
||||
$grid->model()->whereHas('identity', function ($q) {
|
||||
$q->where('identity_id', 1);
|
||||
});
|
||||
$grid->model()
|
||||
->whereHas('identity', function ($q) {
|
||||
$q->where('identity_id', 1);
|
||||
});
|
||||
|
||||
$grid->disableCreateButton();
|
||||
$grid->disableBatchActions();
|
||||
|
||||
Reference in New Issue
Block a user