<?php
use yii\console\Controller;
/**
* InstallController
*/
class InstallController extends Controller
{
public function actionIndex()
}