| Current Path : /var/www/html/ebook/backend/modules/theme/ |
| Current File : /var/www/html/ebook/backend/modules/theme/Module.php |
<?php
namespace backend\modules\theme;
/**
* Class Module Manager
*/
class Module extends \yii\base\Module
{
/**
* @var string
*/
public $controllerNamespace = 'backend\modules\theme\controllers';
/**
* init
*/
public function init()
{
parent::init();
// custom initialization code goes here
}
}