1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-22 07:52:43 +02:00

Fix minor code formatting issue

This commit is contained in:
Kovah 2020-02-12 16:43:14 +01:00
parent fc655dbb64
commit ece3c5f99f
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -32,7 +32,8 @@ class LinkController extends Controller
$links = Link::byUser(auth()->id())
->orderBy(
$request->get('orderBy', 'created_at'),
$request->get('orderDir', 'DESC'))
$request->get('orderDir', 'DESC')
)
->paginate(getPaginationLimit());
return view('models.links.index', [