Exemple #1
0
 /**
  * Pop the next job off of the queue.
  *
  * @param string $queue
  * @return \Illuminate\Contracts\Queue\Job|null 
  * @static 
  */
 public static function pop($queue = null)
 {
     return \Illuminate\Queue\DatabaseQueue::pop($queue);
 }