Ken há 1 semana atrás
pai
commit
0d89055baa
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app/Services/BaseService.php

+ 0 - 1
app/Services/BaseService.php

@@ -201,7 +201,6 @@ class BaseService
         $array = explode("\n", $text);
         foreach ($array as &$line) $line .= "\n";
         $texts = [];
-
         $len = 4096;
         if (!empty($image)) $len = 1024;
         foreach ($array as $item) {