任敬轩 3 éve
szülő
commit
8a91aa9cd8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Modules/Log/Http/Controllers/LogController.php

+ 1 - 1
Modules/Log/Http/Controllers/LogController.php

@@ -57,7 +57,7 @@ class LogController extends BaseController
             $log_list = $log_list->where('log.created_at','like','%'.$request->input('created_at').'%');
         }
 
-        $log_list = $log_list->paginate(10);
+        $log_list = $log_list->paginate(50);
 
         if(count($log_list)>0){
             for($i=0;$i<count($log_list);$i++){