Skip to content

Commit

Permalink
Add wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 15, 2024
1 parent 25c470c commit d6dab96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function svg() {

break;
case 'wifi':
$result = $formatter->formatWifi($this->request->getData('Wifi.type'), $this->request->getData('Wifi.network'), $this->request->getData('Wifi.password'));
$result = $formatter->formatWifi($this->request->getData('Wifi.network'), $this->request->getData('Wifi.password'), $this->request->getData('Wifi.type'));

break;
case 'geo':
Expand Down

0 comments on commit d6dab96

Please sign in to comment.