diff --git a/src/Auth/AugmentedUser.php b/src/Auth/AugmentedUser.php index 296459d4c3..6d3771b88a 100644 --- a/src/Auth/AugmentedUser.php +++ b/src/Auth/AugmentedUser.php @@ -107,4 +107,9 @@ protected function preferredLocale() { return $this->data->preferredLocale(); } + + public function notifications() + { + return $this->data->get('notifications'); + } }