Example #1
0
 /**
  * Initialize Resque
  *
  * @param array $config
  */
 public function __construct($config = [])
 {
     ResqueLib::setBackend(Arr::get($config, 'host'));
 }