rabin 5 months ago
parent
commit
1532452bed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/dever-main/framework/src/Dever/Pagination/Paginator.php

+ 1 - 1
vendor/dever-main/framework/src/Dever/Pagination/Paginator.php

@@ -435,7 +435,7 @@ class Paginator
     {
         $sql = mb_strtolower($sql);
         if (strstr($sql, ' from ')) {
-            $temp = explode(' from ', $sql);
+            $temp = explode(' from ', $sql, 2);
         }
 
         if (isset($temp[1])) {