Skip to content

Commit

Permalink
[4.x] Add notifications method to AugmentedUser (#10024)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 9, 2024
1 parent 9b56c76 commit 9d87ab0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Auth/AugmentedUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ protected function preferredLocale()
{
return $this->data->preferredLocale();
}

public function notifications()
{
return $this->data->get('notifications');
}
}

0 comments on commit 9d87ab0

Please sign in to comment.