Skip to content

Commit 8976719

Browse files
committed
fixbug issue 309
1 parent bb50cd8 commit 8976719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/TasksController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function index()
4545
->when(request('q'), function (Builder $query) {
4646
$query->where('description', 'LIKE', '%'.request('q').'%');
4747
})
48+
->with('frequencies')
4849
->paginate(20),
4950
]);
5051
}

0 commit comments

Comments
 (0)