Ken 1 týždeň pred
rodič
commit
0d89055baa
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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) {