``` public function send(Request $request) { \GatewayWorker\Lib\Gateway::sendToAll(json_encode($request->input('msg'))); } ```  