mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Clarifying comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f2e9b41199
commit
62384260bc
|
@ -27,6 +27,10 @@ abstract class Importer
|
|||
protected $updating;
|
||||
/**
|
||||
* Default Map of item fields->csv names
|
||||
*
|
||||
* This has been moved into Livewire/Importer.php to be more granular.
|
||||
* @todo - remove references to this property since we don't use it anymore.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $defaultFieldMap = [
|
||||
|
|
Loading…
Reference in a new issue