mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added missing assets_fields declaration
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7ae260b489
commit
b57730ee9d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue