Skip to content

Commit

Permalink
Merge pull request #362 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Joshua branch
  • Loading branch information
JoshuaMicallefYBSU authored Oct 20, 2024
2 parents 3f89403 + a861f0f commit e499435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new ProcessSessionLogging())->everyMinute();

//Inactivity checks
$schedule->job(new DiscordAccountCheck())->dailyAt('10:40');
$schedule->job(new DiscordAccountCheck())->dailyAt('10:50');

//Inactivity checks
$schedule->job(new ProcessRosterInactivity())->daily();
Expand Down
5 changes: 3 additions & 2 deletions app/Models/Users/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ class User extends Authenticatable
protected $fillable = [
'id', 'fname', 'lname', 'email', 'rating_id', 'rating_short', 'rating_long', 'rating_GRP',
'reg_date', 'region_code', 'region_name', 'division_code', 'division_name',
'subdivision_code', 'subdivision_name', 'permissions', 'init', 'gdpr_subscribed_emails', 'avatar', 'bio', 'display_cid_only', 'display_fname', 'display_last_name',
'discord_user_id', 'discord_dm_channel_id', 'avatar_mode', 'used_connect',
'subdivision_code', 'subdivision_name', 'permissions', 'init', 'gdpr_subscribed_emails', 'avatar',
'bio', 'display_cid_only', 'display_fname', 'display_last_name', 'discord_user_id', 'member_of_czqo',
'discord_username', 'discord_avatar', 'discord_dm_channel_id', 'avatar_mode', 'used_connect',
];

/**
Expand Down

0 comments on commit e499435

Please sign in to comment.