This commit is contained in:
2018-11-21 17:02:14 +03:00
parent 1e728726d0
commit 5a8b88b225
40 changed files with 1500 additions and 8 deletions

View File

@ -10,6 +10,7 @@ return [
'id' => 'app-backend',
'basePath' => dirname(__DIR__),
'controllerNamespace' => 'backend\controllers',
'language' => 'ru',
'bootstrap' => ['log'],
'modules' => [
@ -25,6 +26,9 @@ return [
'company' => [
'class' => 'backend\modules\company\Company',
],
'hh' => [
'class' => 'backend\modules\hh\Hh',
],
],
'components' => [
'request' => [