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