fix
This commit is contained in:
@@ -48,7 +48,8 @@ public function handle()
|
|||||||
'birthday' => $data['birthday'] ?? $user->birthday,
|
'birthday' => $data['birthday'] ?? $user->birthday,
|
||||||
'identifier' => $data['uuid'] ?? $user->identifier,
|
'identifier' => $data['uuid'] ?? $user->identifier,
|
||||||
]);
|
]);
|
||||||
$this->line(" synced: {$user->mobile} → {$data['first_name'] ?? 'null'}");
|
$name = $data['first_name'] ?? 'null';
|
||||||
|
$this->line(" synced: {$user->mobile} → {$name}");
|
||||||
$synced++;
|
$synced++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user