We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63b569 commit f9a9108Copy full SHA for f9a9108
src/Http/Controllers/TasksController.php
@@ -35,7 +35,7 @@ public function __construct(TaskInterface $tasks)
35
public function index()
36
{
37
return view('totem::tasks.index', [
38
- 'tasks' => $this->tasks->builder()->paginate(10),
+ 'tasks' => $this->tasks->builder()->orderBy('description')->paginate(20),
39
]);
40
}
41
0 commit comments