Your IP : 216.73.216.79


Current Path : /var/www/html/dvs/backend/modules/feedback/
Upload File :
Current File : /var/www/html/dvs/backend/modules/feedback/Module.php

<?php

namespace backend\modules\feedback;

/**
 * Class Module Manager
 */
class Module extends \yii\base\Module {

    /**
     * @var string
     */
    public $controllerNamespace = 'backend\modules\feedback\controllers';

    /**
     * init
     */
    public function init() {
        parent::init();

        // custom initialization code goes here
    }

}