|
|
@ -22,6 +22,7 @@ return [ |
|
|
|
'controllerNamespace' => 'frontend\controllers', |
|
|
|
'controllerNamespace' => 'frontend\controllers', |
|
|
|
'components' => [ |
|
|
|
'components' => [ |
|
|
|
'request' => [ |
|
|
|
'request' => [ |
|
|
|
|
|
|
|
'baseUrl' => '', |
|
|
|
'csrfParam' => '_csrf-frontend', |
|
|
|
'csrfParam' => '_csrf-frontend', |
|
|
|
'cookieValidationKey' => $params['cookieValidationKey'], |
|
|
|
'cookieValidationKey' => $params['cookieValidationKey'], |
|
|
|
], |
|
|
|
], |
|
|
|