Ken 2 часов назад
Родитель
Сommit
4e26a20090
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -289,7 +289,7 @@ class IssueService extends BaseService
                 SendTelegramGroupMessageJob::dispatch($text, $buttons, $image, true);
             }
 
-            if (env('APP_URL') != 'https://botpc28.testx2.cc') {
+            if (config('app.url') != 'https://botpc28.testx2.cc') {
                 $recordImage = self::lotteryImage($info->issue_no);
             }