zz hace 6 años
padre
commit
71d26c6b80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Modules/Book/Services/ChapterService.php

+ 1 - 1
app/Modules/Book/Services/ChapterService.php

@@ -334,7 +334,7 @@ class ChapterService
                 $temp_size = 0;
             }
             $temp_size += mb_strlen($item);
-            $temp_content .= $item.'\r\n';
+            $temp_content .= $item."\r\n";
             $data[$count-1] = [
                 'bid'=>$chapter->bid,
                 'is_vip'=>$chapter->is_vip,