update thống kê
This commit is contained in:
@@ -42,9 +42,6 @@ class UserController extends Controller {
|
||||
throw new \yii\web\HttpException(403, 'Bạn không có quyền truy cập nội dung này');
|
||||
|
||||
$this->view->title = 'Người dùng';
|
||||
$this->view->params['breadcrumbs'][] = 'Hệ thống';
|
||||
$this->view->params['breadcrumbs'][] = $this->view->title;
|
||||
|
||||
$searchModel = new UserSearch();
|
||||
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user