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