From ca42b0b8cc239935923ca66bcf95061cddade476 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 8 Jan 2025 14:44:25 +0100 Subject: Fix sharing integration (#7198) fix https://github.com/FreshRSS/FreshRSS/issues/7192 --- app/Models/UserConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/UserConfiguration.php') diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index ce6f0149d..b3e4daafe 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -52,7 +52,7 @@ declare(strict_types=1); * @property bool $show_nav_buttons * @property 'ASC'|'DESC' $sort_order * @property 'id'|'date'|'link'|'title'|'rand' $sort - * @property array> $sharing + * @property array> $sharing * @property array $shortcuts * @property bool $sides_close_article * @property bool $sticky_post -- cgit v1.2.3