예제 #1
0
파일: ItemDelete.php 프로젝트: movim/moxl
 public function request()
 {
     $this->store();
     Notification::itemDelete($this->_to, $this->_id);
 }