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:
parent
fc655dbb64
commit
ece3c5f99f
@ -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', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user