seven 2 hónapja
szülő
commit
f3a62f8c2b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);
     }