Ken hace 2 semanas
padre
commit
ef3cac9317
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -161,7 +161,7 @@ class BetService extends BaseService
      * @param int $messageId
      * @return array
      */
-    public static function bet(string $memberId, string $input, $messageId = 0): array
+    public static function bet(string $memberId, string $input, int $messageId = 0): array
     {
         $msg = [];
         $msg['chat_id'] = $memberId;