Ejemplo n.º 1
0
 /**
  * Send the notification template
  * @param String $user_id id of the notified user
  * @param $tmpl template to use to remind the user
  * @return void
  */
 public function notify($user_id, $tmpl = 'reminder')
 {
     StreamNotification::sendReminder($user_id, $tmpl);
 }