* * @since 1.0 */ class DefaultController extends \yii\web\Controller { /** * Action index. */ public function actionIndex() { return $this->render('index'); } }