messageBus = $messageBus; } public function handle(MailView $mail): void { $this->messageBus->dispatch($mail); } }