mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-28 21:39:47 +08:00
removed unneeded setting.
This commit is contained in:
@@ -5,9 +5,6 @@ $config = [
|
||||
'basePath' => dirname(__DIR__),
|
||||
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
||||
'components' => [
|
||||
'request' => [
|
||||
'enableCsrfValidation' => true,
|
||||
],
|
||||
'cache' => [
|
||||
'class' => 'yii\caching\FileCache',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user