🌈 搜索
📅  最后修改于: 2022-03-11 14:54:01.235000             🧑  作者: Mango
// Delete all the spam function destroySpam() { return $this->deleteAll(['is_spam' => true]); }