/**
  * Send all notifications.
  *
  * @return void
  */
 public function send()
 {
     $this->queue->send();
 }