浏览代码

Miss push

master
父节点
当前提交
d47446a980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/Commands/Redes_wifi.php

+ 1
- 1
app/Commands/Redes_wifi.php 查看文件

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


正在加载...
取消
保存