From 58211925b4725fb13e4d5f22cfccf3bd4fa5adc5 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 28 Apr 2023 13:19:02 +0800 Subject: [PATCH] yh --- app/Helper/Platform/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helper/Platform/Notification.php b/app/Helper/Platform/Notification.php index 2bf06e5..4c7330d 100644 --- a/app/Helper/Platform/Notification.php +++ b/app/Helper/Platform/Notification.php @@ -10,7 +10,7 @@ use GuzzleHttp\HandlerStack; class Notification { - public static function post($url, $params): BaseClient { + public static function post($url, $params) { $client = new Client([ 'handler' => HandlerStack::create(new CoroutineHandler()), 'timeout' => 5,