Skip to content

Commit

Permalink
show more
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 23, 2024
1 parent ce63d13 commit ce275fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BaseSourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function index(Collection $collection)
->latest('id')
->paginate(50)),
'available_sources' => SourceTypeEnum::getAvailableSources($collection),
'sources' => SourceResource::collection($collection->sources()->orderBy('id')->paginate(10)),
'sources' => SourceResource::collection($collection->sources()->orderBy('id')->paginate(50)),
]);
}

Expand Down

0 comments on commit ce275fe

Please sign in to comment.