minor change

This commit is contained in:
Frank Schubert
2021-09-21 23:32:30 +02:00
parent db6c677263
commit d80cf387e6
2 changed files with 4 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class PatchingModel {
public $linework_port = null;
public $device_type = null;
public $device_name = null;
public $device_ports = null;
public $device_port = null;
public $patched = null;
public $create_by = null;