@ -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,