seven 2 달 전
부모
커밋
f3a62f8c2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Services/BaseService.php

@@ -147,7 +147,7 @@ class BaseService
         }
         if(!empty($image)){
             $botMsg['photo'] = InputFile::create($image);
-            // $botMsg['caption'] = $text;
+            $botMsg['caption'] = $text;
         }
         self::telegram()->sendMessage($botMsg);
     }