Example #1
0
 /**
  * Resumes the queue so it will continue processing jobs
  */
 public function resume()
 {
     $this->client->unpause($this->name);
 }