예제 #1
0
 public function run(RunJob $command)
 {
     $job = $this->jobRepository->get($command->getJobName());
     $job->run($this->jobExecutor, $command);
 }