mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -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;
|
protected $updating;
|
||||||
/**
|
/**
|
||||||
* Default Map of item fields->csv names
|
* 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
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $defaultFieldMap = [
|
private $defaultFieldMap = [
|
||||||
|
|
Loading…
Reference in a new issue