mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 17:22:15 +01:00
Added per page pagination config
This commit is contained in:
@@ -62,7 +62,7 @@ class TaskController extends Controller
|
||||
});
|
||||
}
|
||||
|
||||
$tasks = $query->paginate();
|
||||
$tasks = $query->paginate(config('app.pagination_per_page_default'));
|
||||
|
||||
return new TaskCollection($tasks);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user