Your IP : 216.73.216.79


Current Path : /var/www/html/portal/backend/modules/testModuleGenerator/controllers/
Upload File :
Current File : /var/www/html/portal/backend/modules/testModuleGenerator/controllers/DefaultController.php

<?php

namespace backend\modules\testModuleGenerator\controllers;

use yii\web\Controller;

/**
 * Default controller for the `testModuleGenerator` module
 */
class DefaultController extends Controller
{
    /**
     * Renders the index view for the module
     * @return string
     */
    public function actionIndex()
    {
        return $this->render('index');
    }
}