add_balance
This commit is contained in:
3
backend/config/main.php
Normal file → Executable file
3
backend/config/main.php
Normal file → Executable file
@ -29,6 +29,9 @@ return [
|
||||
'hh' => [
|
||||
'class' => 'backend\modules\hh\Hh',
|
||||
],
|
||||
'balance' => [
|
||||
'class' => 'backend\modules\balance\Balance',
|
||||
],
|
||||
],
|
||||
'components' => [
|
||||
'request' => [
|
||||
|
Reference in New Issue
Block a user