Exemplo n.º 1
0
 public function sigwait($millisec = null)
 {
     parent::sigwait(empty($millisec) ? Config::get('Daemon.master_sigwait') : $millisec);
 }