add_balance

This commit is contained in:
SoHardKI
2019-06-21 18:05:58 +03:00
parent 0727013ddd
commit 1b088402df
313 changed files with 543 additions and 25 deletions

0
backend/config/.gitignore vendored Normal file → Executable file
View File

0
backend/config/bootstrap.php Normal file → Executable file
View File

3
backend/config/main.php Normal file → Executable file
View File

@ -29,6 +29,9 @@ return [
'hh' => [
'class' => 'backend\modules\hh\Hh',
],
'balance' => [
'class' => 'backend\modules\balance\Balance',
],
],
'components' => [
'request' => [

0
backend/config/params.php Normal file → Executable file
View File

0
backend/config/test.php Normal file → Executable file
View File