[ 'class' => VerbFilter::className(), 'actions' => [ 'delete' => ['POST'], ], ], ]; } /** * Lists all Specialization models. * @return mixed */ public function actionIndex() { return $this->render('index', [ ]); } }