savechanges

This commit is contained in:
lonetrinity
2018-09-12 22:01:17 +08:00
parent 31febb4b49
commit 76d06372b6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class BookingController extends Controller
})
->orderby('updated_at','desc')
->paginate(10);
->paginate(30);
// reformat to fit frontend structure
foreach ($bookings as $booking) {