krabi/frontend/modules/PrintReport/Module.php

25 lines
402 B
PHP
Raw Permalink Normal View History

2025-07-17 10:28:32 +00:00
<?php
namespace frontend\modules\PrintReport;
/**
* PrintReport module definition class
*/
class Module extends \yii\base\Module
{
/**
* {@inheritdoc}
*/
public $controllerNamespace = 'frontend\modules\PrintReport\controllers';
/**
* {@inheritdoc}
*/
public function init()
{
parent::init();
// custom initialization code goes here
}
}