Ken 1 tuần trước cách đây
mục cha
commit
58a59ec707
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         if (empty($separator)) $separator = "\n";
-//        $separator = "\n";
         $array = explode($separator, $text);
         foreach ($array as &$line) {
             if ($line == "\n" || $line == "") {