summaryrefslogtreecommitdiff
path: root/app/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/User.php')
-rw-r--r--app/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/User.php b/app/User.php
index 8003b84b1b..3486f88811 100644
--- a/app/User.php
+++ b/app/User.php
@@ -42,7 +42,7 @@ class User
private $preferences = [];
/** @var User[]|null[] Only fetch users from the database once. */
- private static $cache = [];
+ public static $cache = [];
/**
* Create a new user object from a row in the database.