<?php namespace app\controllers; class HistoryController extends \yii\web\Controller { public function actionIndex() { return $this->render('index'); } }