Ken 1 week ago
parent
commit
d281ec95c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/BaseService.php

+ 1 - 0
app/Services/BaseService.php

@@ -199,6 +199,7 @@ class BaseService
     public static function bettingGroupNotice(string $text, array $keyboard = [], $image = '', bool $isTop = false, string $separator = "\n"): void
     {
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
+        $separator = "\n";
         $array = explode($separator, $text);
         foreach ($array as &$line) $line .= $separator;
         $texts = [];