sendRemaining() 공개 메소드

Check notifications marked as not send on the databases and send them
public sendRemaining ( )
예제 #1
0
 public function run()
 {
     $spool = new SendSpool();
     $spool->sendRemaining();
 }