Example #1
0
 /**
  * mark all unread user notifications  as read
  * @return json response
  */
 public function markAllAsRead()
 {
     DM\Notifications::markAllAsRead(User::getId());
     return array('success' => true);
 }