Exemple #1
0
 /**
  * Set the name of the default queue connection.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function setDefaultDriver($name)
 {
     \Illuminate\Queue\QueueManager::setDefaultDriver($name);
 }