Ken 1 viikko sitten
vanhempi
commit
29b47d3399
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

@@ -196,7 +196,7 @@ class BaseService
      * @param string $separator 分隔符
      * @param boolean $isTop 是否置顶
      */
-    public static function bettingGroupNotice(string $text, array $keyboard = [], $image = '', bool $isTop = false, string $separator = "\n"): void
+    public static function bettingGroupNotice( $text,  $keyboard = [], $image = '',  $isTop = false,  $separator = "\n"): void
     {
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
         $separator = "\n";