Skip to content

Commit 90e272d

Browse files
committed
Update UserController.php
1 parent f0343e9 commit 90e272d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Http/Controllers/UserController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ public function vcard(request $request)
534534
'Content-Disposition' => 'attachment; filename="contact.vcf"'
535535
];
536536

537+
Link::where('id', $linkId)->increment('click_number', 1);
538+
537539
// Return the file download response
538540
return response()->make($file_contents, 200, $headers);
539541

0 commit comments

Comments
 (0)