Skip to content

Commit 4511658

Browse files
authored
Merge pull request #2080 from RaspAP/feat/wireless-mode-suggestion
Fix: add use HotspotService class
2 parents ae40b28 + 8c16dcf commit 4511658

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ajax/networking/get_suggested_hw_mode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
header('Content-Type: application/json');
99

10+
use RaspAP\Networking\Hotspot\HotspotService;
11+
1012
$interface = $_POST['interface'] ?? '';
1113

1214
if (empty($interface)) {

0 commit comments

Comments
 (0)