mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-25 08:18:08 +01:00
Update UserController.php
This commit is contained in:
parent
f0343e931d
commit
90e272d11a
@ -534,6 +534,8 @@ class UserController extends Controller
|
|||||||
'Content-Disposition' => 'attachment; filename="contact.vcf"'
|
'Content-Disposition' => 'attachment; filename="contact.vcf"'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Link::where('id', $linkId)->increment('click_number', 1);
|
||||||
|
|
||||||
// Return the file download response
|
// Return the file download response
|
||||||
return response()->make($file_contents, 200, $headers);
|
return response()->make($file_contents, 200, $headers);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user