Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen authored Jan 24, 2025
1 parent 394542a commit 2ea454f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Resources/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ class User extends Resource
*/
public mixed $isAdmin;

/**
* Determines if GitHub login is enabled for the user.
*
* @var bool
*/
public mixed $githubLoginEnabled;

/**
* Determines if weekly summary is enabled for the user.
*
Expand Down Expand Up @@ -167,7 +160,6 @@ public function __construct(array $attributes, $vanguard = null)
$this->timezone = $attributes['account_settings']['timezone'];
$this->language = $attributes['account_settings']['language'];
$this->isAdmin = $attributes['account_settings']['is_admin'];
$this->githubLoginEnabled = $attributes['account_settings']['github_login_enabled'];
$this->weeklySummaryEnabled = $attributes['account_settings']['weekly_summary_enabled'];
$this->totalBackupTasks = $attributes['backup_tasks']['total'];
$this->activeBackupTasks = $attributes['backup_tasks']['active'];
Expand Down

0 comments on commit 2ea454f

Please sign in to comment.