mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Indenting
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
47fa490e8a
commit
3ef081e739
|
@ -251,7 +251,7 @@ abstract class Importer
|
||||||
'activated' => $this->fetchHumanBoolean($this->findCsvMatch($row, 'activated')),
|
'activated' => $this->fetchHumanBoolean($this->findCsvMatch($row, 'activated')),
|
||||||
'remote' => $this->fetchHumanBoolean(($this->findCsvMatch($row, 'remote'))),
|
'remote' => $this->fetchHumanBoolean(($this->findCsvMatch($row, 'remote'))),
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($type == 'manager') {
|
if ($type == 'manager') {
|
||||||
$user_array['full_name'] = $this->findCsvMatch($row, 'manager');
|
$user_array['full_name'] = $this->findCsvMatch($row, 'manager');
|
||||||
$user_array['username'] = $this->findCsvMatch($row, 'manager_username');
|
$user_array['username'] = $this->findCsvMatch($row, 'manager_username');
|
||||||
|
|
Loading…
Reference in a new issue