toCommand(); $command->userId = $this->getUser()->getId(); $response = $handler->handle($command); $hub->publish(new Update( 'alerts', $this->renderer->render('broadcast/Alert.stream.html.twig', [ 'alert_id' => uniqid(), 'title' => 'Success', 'message' => "New monitor added for {$input->title}", ]) )); return $this->json([ 'status' => 200, 'message' => $response ]); } }