sendRemaining() public method

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