Skip to content

Commit 83d95f0

Browse files
committed
Update UserController.php
1 parent e977f0d commit 83d95f0

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
@@ -979,6 +979,8 @@ public function importData(Request $request)
979979
$newLink->up_link = $linkData['up_link'];
980980
$newLink->custom_css = $linkData['custom_css'];
981981
$newLink->custom_icon = $linkData['custom_icon'];
982+
$newLink->type = $linkData['type'];
983+
$newLink->type_params = $linkData['type_params'];
982984

983985
// Set the user ID to the current user's ID
984986
$newLink->user_id = $user->id;

0 commit comments

Comments
 (0)