Extra logging for cron and add flight visible field
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user