Add AllowDynamicProperties to DynamicConfigItem (#15058)

This commit is contained in:
Jellyfrog
2023-05-23 21:18:03 -05:00
committed by GitHub
parent 153be4d583
commit 075267dcc9
+1
View File
@@ -28,6 +28,7 @@ namespace LibreNMS\Util;
use LibreNMS\Config;
use Validator;
#[\AllowDynamicProperties]
class DynamicConfigItem implements \ArrayAccess
{
public $name;