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