mirror of
https://github.com/flarum/core.git
synced 2025-10-19 18:56:44 +02:00
Rename user.unreadNotificationsCount
This commit is contained in:
@@ -417,7 +417,7 @@ class User extends AbstractModel
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getUnreadNotificationsCount()
|
||||
public function getUnreadNotificationCount()
|
||||
{
|
||||
return $this->getUnreadNotifications()->count();
|
||||
}
|
||||
|
Reference in New Issue
Block a user