We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e977f0d commit 83d95f0Copy full SHA for 83d95f0
app/Http/Controllers/UserController.php
@@ -979,6 +979,8 @@ public function importData(Request $request)
979
$newLink->up_link = $linkData['up_link'];
980
$newLink->custom_css = $linkData['custom_css'];
981
$newLink->custom_icon = $linkData['custom_icon'];
982
+ $newLink->type = $linkData['type'];
983
+ $newLink->type_params = $linkData['type_params'];
984
985
// Set the user ID to the current user's ID
986
$newLink->user_id = $user->id;
0 commit comments