configure accesses rule

This commit is contained in:
iIronside
2022-12-28 11:45:57 +03:00
parent 56dbef433d
commit 320c1de8ae
51 changed files with 236 additions and 362 deletions

View File

@ -1,20 +0,0 @@
<?php
namespace backend\modules\interview\controllers;
use yii\web\Controller;
/**
* Default controller for the `interview` module
*/
class DefaultController extends Controller
{
/**
* Renders the index view for the module
* @return string
*/
public function actionIndex()
{
return $this->render('index');
}
}