Total Complexity | 2 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Module extends \yii\base\Module |
||
11 | { |
||
12 | public $layout = 'main'; |
||
13 | |||
14 | /** |
||
15 | * @inheritdoc |
||
16 | */ |
||
17 | public $controllerNamespace = 'app\modules\admin\controllers'; |
||
18 | |||
19 | public function behaviors() |
||
29 | ] |
||
30 | ], |
||
31 | ], |
||
32 | ]; |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @inheritdoc |
||
37 | */ |
||
38 | public function init() |
||
45 |