Skip to content

Commit 8c16dcf

Browse files
committed
add use HotspotService class
1 parent 8e2e5e8 commit 8c16dcf

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)