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