Your IP : 216.73.216.79


Current Path : /var/www/html/agc/backend/modules/contentPoll/
Upload File :
Current File : /var/www/html/agc/backend/modules/contentPoll/Module.php

<?php

namespace backend\modules\contentPoll;

/**
 * Class Module
 * @package hscstudio\mimin
 */
class Module extends \yii\base\Module
{
	/**
     * @var string
     */
    public $controllerNamespace = 'backend\modules\contentPoll\controllers';

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

        // custom initialization code goes here
    }
}