seven 2 mesiacov pred
rodič
commit
f3a62f8c2b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
     }