Ken 1 долоо хоног өмнө
parent
commit
58a59ec707

+ 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 == "") {