Indenting

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-05-23 19:28:42 -07:00
parent 47fa490e8a
commit 3ef081e739

View file

@ -251,7 +251,7 @@ abstract class Importer
'activated' => $this->fetchHumanBoolean($this->findCsvMatch($row, 'activated')),
'remote' => $this->fetchHumanBoolean(($this->findCsvMatch($row, 'remote'))),
];
if ($type == 'manager') {
$user_array['full_name'] = $this->findCsvMatch($row, 'manager');
$user_array['username'] = $this->findCsvMatch($row, 'manager_username');