Ken 1 долоо хоног өмнө
parent
commit
62027cf36a

+ 2 - 0
app/Services/BaseService.php

@@ -202,6 +202,8 @@ class BaseService
         if (empty($separator)) $separator = "\n";
         $array = explode($separator, $text);
 
+
+
         foreach ($array as $key => $line) {
             if (empty(str_ireplace(" ","",str_ireplace("\n",'',$line)))) {
                 unset($array[$key]);  // 删除空元素或换行符