removed unneeded setting.
This commit is contained in:
parent
6aa0755eeb
commit
6769595fd2
@ -5,9 +5,6 @@ $config = [
|
|||||||
'basePath' => dirname(__DIR__),
|
'basePath' => dirname(__DIR__),
|
||||||
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
|
||||||
'enableCsrfValidation' => true,
|
|
||||||
],
|
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'class' => 'yii\caching\FileCache',
|
'class' => 'yii\caching\FileCache',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user