From 8a24a474758276589333b7f8a17ed2057c0d6baa Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 1 Aug 2023 09:45:48 -0700 Subject: [PATCH] removed unnecessary code --- app/Console/Commands/LdapSync.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/LdapSync.php b/app/Console/Commands/LdapSync.php index 3b497a45b..136a81f62 100755 --- a/app/Console/Commands/LdapSync.php +++ b/app/Console/Commands/LdapSync.php @@ -244,8 +244,6 @@ class LdapSync extends Command if($ldap_result_first_name != null){ $user->first_name = $item['firstname']; } - if($ldap_result_active_flag != null){ - } if($ldap_result_emp_num != null){ $user->employee_num = e($item['employee_number']); }