Skip to content

Commit

Permalink
Add notifications method to AugmentedUser
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed May 9, 2024
1 parent 29e3835 commit 4f9c4ea
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 @@ -113,4 +113,9 @@ protected function preferredLocale()
{
return $this->data->preferredLocale();
}

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

0 comments on commit 4f9c4ea

Please sign in to comment.