fix: set name attribute

This commit is contained in:
hackerESQ
2025-04-11 21:45:58 -05:00
parent 3593697cce
commit f72cd6f5a7
+1 -1
View File
@@ -40,7 +40,7 @@ class ConfigSheet implements SkipsEmptyRows, ToCollection, WithEvents, WithHeadi
switch ($config['key']) {
case 'name':
$this->backupImport->user->name = $config['value'];
$this->backupImport->user->setAttribute('name', $config['value']);
$this->backupImport->user->save();
break;