dispatcher = $dispatcher; } public function handle(AsyncEventJob $job): void { $this->dispatcher->dispatch($job->event); } }