RESAZIP-PC\resaz

update

......@@ -22,11 +22,6 @@ class DaitoGoogleChat
return self::manager()->sendCardV2($arrCardV2, $webhookUrl);
}
public static function sendCardsV2(array $arrCardsV2, $webhookUrl = null): array
{
return self::manager()->sendCardsV2($arrCardsV2, $webhookUrl);
}
public static function queueText($text, array $arrContext = array(), $webhookUrl = null): void
{
self::manager()->queueText($text, $arrContext, $webhookUrl);
......@@ -42,11 +37,6 @@ class DaitoGoogleChat
self::manager()->queueCardV2($arrCardV2, $webhookUrl);
}
public static function queueCardsV2(array $arrCardsV2, $webhookUrl = null): void
{
self::manager()->queueCardsV2($arrCardsV2, $webhookUrl);
}
private static function manager(): DaitoGoogleChatManager
{
if (!function_exists('app')) {
......