Removed unused property in Peripheral TDF class

This commit is contained in:
Nav
2024-02-27 19:29:07 +00:00
parent 11c0106fd6
commit 1b2f9b8194

View File

@@ -10,7 +10,6 @@ class Peripheral
public ?string $key = null; public ?string $key = null;
public ?string $name = null; public ?string $name = null;
public ?string $moduleKey = null; public ?string $moduleKey = null;
public ?string $moduleName = null;
/** @var RegisterGroupInstance[] */ /** @var RegisterGroupInstance[] */
public array $registerGroupInstances = []; public array $registerGroupInstances = [];