Update SourcesController.php
This commit is contained in:
@@ -17,7 +17,7 @@ class SourcesController extends Controller
|
|||||||
{
|
{
|
||||||
return view('sources.show', [
|
return view('sources.show', [
|
||||||
'source' => $source,
|
'source' => $source,
|
||||||
'articles' => $source->articles()->with('source')->latest('published_date')->paginate(12)
|
'articles' => $source->articles()->with('source')->latest('published_date')->paginate(20)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user