コード例 #1
0
ファイル: ItemDelete.php プロジェクト: movim/moxl
 public function request()
 {
     $this->store();
     Notification::itemDelete($this->_to, $this->_id);
 }