Example #1
0
 public function request()
 {
     $this->store();
     Notification::itemDelete($this->_to, $this->_id);
 }
Example #2
0
File: Get.php Project: movim/moxl
 public function request()
 {
     $this->store();
     Notification::get($this->_to);
 }