From fb6ef5d51282483359dcb1283a9656909a03381d Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 3 Apr 2023 16:16:32 +0800 Subject: [PATCH] fixed social priority --- plugins/Social/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Social/Bootstrap.php b/plugins/Social/Bootstrap.php index b4edcf33..88519330 100644 --- a/plugins/Social/Bootstrap.php +++ b/plugins/Social/Bootstrap.php @@ -24,7 +24,7 @@ class Bootstrap } return $output; - }); + },1); } /**