diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/SystemConfiguration.php | 1 | ||||
| -rw-r--r-- | app/Models/UserConfiguration.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index d5dd0f0d6..a11142f80 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -26,7 +26,6 @@ declare(strict_types=1); * @property-read bool $pubsubhubbub_enabled * @property-read string $salt * @property-read bool $simplepie_syslog_enabled - * @property bool $unsafe_autologin_enabled * @property-read bool $suppress_csp_warning * @property array<string> $trusted_sources * @property array<string,array<string,mixed>> $extensions diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index d98d85fe3..644b27bab 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -75,7 +75,6 @@ declare(strict_types=1); * @property string $topline_thumbnail * @property int $ttl_default * @property int $dynamic_opml_ttl_default - * @property-read bool $unsafe_autologin_enabled * @property string $view_mode * @property array<string,bool|int|string> $volatile * @property array<string,array<string,mixed>> $extensions |
