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

+ 0 - 1
app/Services/BaseService.php

@@ -200,7 +200,6 @@ class BaseService
     {
     {
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;
         if (empty($separator)) $separator = "\n";
         if (empty($separator)) $separator = "\n";
-//        $separator = "\n";
         $array = explode($separator, $text);
         $array = explode($separator, $text);
         foreach ($array as &$line) {
         foreach ($array as &$line) {
             if ($line == "\n" || $line == "") {
             if ($line == "\n" || $line == "") {