Example #1
0
 /**
  * Set notification configuration
  *
  * @param  Notification $notification
  *
  * @return  Client Modified client
  */
 public function withNotification(Notification $notification)
 {
     $this->query->setNotification($notification);
     return $this;
 }