Example #1
0
 public function fillSendQueue()
 {
     if ($this->service->getSendQueueLength() == 0) {
         $this->service->fillSendQueue(24 * 3600);
     }
 }