Example #1
0
 /**
  * Get the queue connection configuration.
  *
  * @param  string  $name
  * @return array
  */
 protected function get_config($name)
 {
     return $this->context->get_connection_config($name);
 }