Skip to content

Commit

Permalink
Remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 8, 2024
1 parent 19a4176 commit eeb72bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/AuthorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ protected function getIndexData()
$paginator = $data['paginator'];
$authority_ids = $paginator->getCollection()->pluck('id');

// Retrieve from DB with unindexed relationships
$authorities = Authority::whereIn('id', $authority_ids)
->with(['previewItems', 'translations'])
->withCount('items')
Expand Down

0 comments on commit eeb72bf

Please sign in to comment.