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