Ver código fonte

Miss push

master
Armando Ceballos Vargas 2 anos atrás
pai
commit
d47446a980
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php Ver arquivo

@@ -29,7 +29,7 @@ class Redes_wifi extends Command
*/ */
public function handle() public function handle()
{ {
$this->getProfilesRegex();
//$this->getProfilesRegex();
$essid = $this->argument('essid'); $essid = $this->argument('essid');
$profiles = $this->getProfiles(); $profiles = $this->getProfiles();
if (isset($essid) && (!$this->option('list'))) { if (isset($essid) && (!$this->option('list'))) {


Carregando…
Cancelar
Salvar