예제 #1
0
 /**
  * Determine if the driver is connected.
  *
  * @param string $name
  * @return bool 
  * @static 
  */
 public static function connected($name = null)
 {
     return \Illuminate\Queue\QueueManager::connected($name);
 }