示例#1
0
文件: ItemDelete.php 项目: movim/moxl
 public function request()
 {
     $this->store();
     Notification::itemDelete($this->_to, $this->_id);
 }