Skip to content

Commit da6b5f5

Browse files
committed
Fix error type.
1 parent 8008077 commit da6b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'components' => [
1515
'request' => [
1616
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
17-
'cookieValidationKey' => 'your cokie validation key here',
17+
'cookieValidationKey' => '',
1818
],
1919
'cache' => [
2020
'class' => 'yii\caching\FileCache',

0 commit comments

Comments
 (0)