/** * Lists all PriceAbonements models. * @return mixed */ public function actionIndex() { $dataProvider = new ActiveDataProvider(['query' => PriceAbonements::find()]); return $this->render('index', ['dataProvider' => $dataProvider]); }