Rename field to image_link and add field to edit #111
This commit is contained in:
@@ -270,7 +270,7 @@ class Importer
|
||||
|
||||
$attrs = [
|
||||
'name' => $row->rank,
|
||||
'link' => $row->rankimage,
|
||||
'image_link' => $row->rankimage,
|
||||
'hours' => $row->minhours,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user