diff options
Diffstat (limited to 'app/Models/Context.php')
| -rw-r--r-- | app/Models/Context.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php index d20d8ed17..749e7e6ff 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -56,12 +56,10 @@ final class FreshRSS_Context { /** * @deprecated Will be made `private`; use `FreshRSS_Context::systemConf()` instead. - * @internal */ public static ?FreshRSS_SystemConfiguration $system_conf = null; /** * @deprecated Will be made `private`; use `FreshRSS_Context::userConf()` instead. - * @internal */ public static ?FreshRSS_UserConfiguration $user_conf = null; |
