소스 검색

fix: pagination customer

부모
커밋
8cd4f5bc5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Controllers/CustomerController.php

+ 1
- 1
app/Http/Controllers/CustomerController.php 파일 보기

@@ -85,7 +85,7 @@ class CustomerController extends Controller
85 85
                     request()->only("start_date", "end_date", "product_number")
86 86
                 )
87 87
                 ->latest()
88
-                ->paginate(1)
88
+                ->paginate(10)
89 89
                 ->withQueryString()
90 90
                 ->through(
91 91
                     fn($sale) => [