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