mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add AllowDynamicProperties to DynamicConfigItem (#15058)
This commit is contained in:
@@ -28,6 +28,7 @@ namespace LibreNMS\Util;
|
||||
use LibreNMS\Config;
|
||||
use Validator;
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class DynamicConfigItem implements \ArrayAccess
|
||||
{
|
||||
public $name;
|
||||
|
||||
Reference in New Issue
Block a user