hh
This commit is contained in:
@ -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' => [
|
||||
|
Reference in New Issue
Block a user