I have this chain of jobs in laravel
public function sendTest($id) { $meo = $this->meoRepository->getMeo($id); Bus::chain([ new Gp