Example #1
0
 /**
  * Resolve the given job handler.
  *
  * @param  string  $class
  * @return mixed
  */
 protected function resolve($class)
 {
     return $this->context->make_job_handler($class);
 }