From 3ef081e7396a246ab449c081ba118e8c13e2fca0 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 23 May 2023 19:28:42 -0700 Subject: [PATCH] Indenting Signed-off-by: snipe --- app/Importer/Importer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Importer/Importer.php b/app/Importer/Importer.php index 59d583df97..4c60f0beed 100644 --- a/app/Importer/Importer.php +++ b/app/Importer/Importer.php @@ -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');