From 11eb5996929b55cd159e2767675d2e48806294ff Mon Sep 17 00:00:00 2001 From: Griezman2003 Date: Wed, 24 May 2023 16:50:20 -0600 Subject: [PATCH] Salidas de los comandos --- app/Commands/Redes_wifi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/Redes_wifi.php b/app/Commands/Redes_wifi.php index 95a0e04..b34ccdd 100644 --- a/app/Commands/Redes_wifi.php +++ b/app/Commands/Redes_wifi.php @@ -30,7 +30,7 @@ class Redes_wifi extends Command public function handle() { $result = Process::run('netsh wlan show profile -netsh wlan show profile key=clear'); - + return $result->output(); }