去除菜单删除表单令牌

This commit is contained in:
Anyon 2020-11-07 16:35:44 +08:00
parent 46b56306b2
commit 48f8b259ad

View File

@ -155,7 +155,6 @@ class Menu extends Controller
*/
public function remove()
{
$this->_applyFormToken();
$this->_delete($this->table);
}