Minor: comment block

Minor: comment block
This commit is contained in:
billz
2025-07-19 03:17:49 -07:00
parent 9d03517896
commit 9dc6209b47
2 changed files with 7 additions and 2 deletions

View File

@@ -3,8 +3,13 @@
namespace RaspAP\Networking\Hotspot;
/**
* Manages dnsmasq configuration for DHCP/DNS services
* A dnsmasq configuration manager for RaspAP
*
* @description Class methods to get, build and save dnsmasq configs
* @author Bill Zimmerman <billzimmerman@gmail.com>
* @license https://github.com/raspap/raspap-webgui/blob/master/LICENSE
*/
class DnsmasqManager
{
private const CONF_SUFFIX = '.conf';

View File

@@ -4,7 +4,7 @@ namespace RaspAP\Networking\Hotspot;
/**
* Wireless utility class
* @description A collection of wireless utlity methods for RaspAP
* @description A collection of wireless utility methods for RaspAP
* @author Bill Zimmerman <billzimmerman@gmail.com>
* @license https://github.com/raspap/raspap-webgui/blob/master/LICENSE
*/