Showing
1 changed file
with
0 additions
and
10 deletions
| ... | @@ -22,11 +22,6 @@ class DaitoGoogleChat | ... | @@ -22,11 +22,6 @@ class DaitoGoogleChat |
| 22 | return self::manager()->sendCardV2($arrCardV2, $webhookUrl); | 22 | return self::manager()->sendCardV2($arrCardV2, $webhookUrl); |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | - public static function sendCardsV2(array $arrCardsV2, $webhookUrl = null): array | ||
| 26 | - { | ||
| 27 | - return self::manager()->sendCardsV2($arrCardsV2, $webhookUrl); | ||
| 28 | - } | ||
| 29 | - | ||
| 30 | public static function queueText($text, array $arrContext = array(), $webhookUrl = null): void | 25 | public static function queueText($text, array $arrContext = array(), $webhookUrl = null): void |
| 31 | { | 26 | { |
| 32 | self::manager()->queueText($text, $arrContext, $webhookUrl); | 27 | self::manager()->queueText($text, $arrContext, $webhookUrl); |
| ... | @@ -42,11 +37,6 @@ class DaitoGoogleChat | ... | @@ -42,11 +37,6 @@ class DaitoGoogleChat |
| 42 | self::manager()->queueCardV2($arrCardV2, $webhookUrl); | 37 | self::manager()->queueCardV2($arrCardV2, $webhookUrl); |
| 43 | } | 38 | } |
| 44 | 39 | ||
| 45 | - public static function queueCardsV2(array $arrCardsV2, $webhookUrl = null): void | ||
| 46 | - { | ||
| 47 | - self::manager()->queueCardsV2($arrCardsV2, $webhookUrl); | ||
| 48 | - } | ||
| 49 | - | ||
| 50 | private static function manager(): DaitoGoogleChatManager | 40 | private static function manager(): DaitoGoogleChatManager |
| 51 | { | 41 | { |
| 52 | if (!function_exists('app')) { | 42 | if (!function_exists('app')) { | ... | ... |
-
Please register or sign in to post a comment