Added missing assets_fields declaration

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-06-07 15:52:18 +01:00
parent 7ae260b489
commit b57730ee9d

View file

@ -40,6 +40,7 @@ class Importer extends Component
// Make these variables public - we set the properties in the constructor so we can localize them (versus the old static arrays)
public $accessories_fields;
public $assets_fields;
public $users_fields;
public $licenses_fields;
public $locations_fields;