mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'request' => [
|
|
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
|
'cookieValidationKey' => '',
|
|
],
|
|
],
|
|
];
|