diff options
Diffstat (limited to 'app/Models/SystemConfiguration.php')
| -rw-r--r-- | app/Models/SystemConfiguration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 2eed1f02a..2f68a4fe9 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -22,7 +22,7 @@ * @property-read bool $pubsubhubbub_enabled * @property-read string $salt * @property-read bool $simplepie_syslog_enabled - * @property string $unsafe_autologin_enabled + * @property bool $unsafe_autologin_enabled * @property-read array<string> $trusted_sources */ final class FreshRSS_SystemConfiguration extends Minz_Configuration { |
