Exemple #1
0
 /**
  * Get the size of the queue.
  *
  * @param string $queue
  *
  * @return int
  * @static
  */
 public static function size($queue = null)
 {
     return \Illuminate\Queue\DatabaseQueue::size($queue);
 }