*/ class Module extends BaseModule { public function init() { parent::init(); $this->params['perm'] = require(__DIR__ . '/config/perm.php'); } }