Commit ac1c6595 by lichunqiang

(typo) code missing bracket

parent 8f46a6cc
......@@ -278,7 +278,7 @@ $cookies = Yii::$app->response->cookies;
$cookies->add(new \yii\web\Cookie([
'name' => 'language',
'value' => 'zh-CN',
]);
]));
// remove a cookie
$cookies->remove('language');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment