Extra logging for cron and add flight visible field

This commit is contained in:
Nabeel Shahzad
2018-07-12 22:23:45 -05:00
parent f640381978
commit 4ca58ed754
6 changed files with 26 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ class PilotLeave extends Listener
->whereDate('updated_at', '<', $date);
foreach($users as $user) {
Log::info('Setting user '.$user->ident.' to ON LEAVE status');
$this->userSvc->setStatusOnLeave($user);
}
}