Skip to content

Commit 819667c

Browse files
committed
Update UserDataProcessor.php
1 parent c5ee8bb commit 819667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/UserDataProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(array $options = [])
6262
*/
6363
public function __invoke(array $record)
6464
{
65-
$data = [];
65+
$data = ['id' => null];
6666
if ($user = $this->getUser()) {
6767
$data = $user->toArray();
6868

0 commit comments

Comments
 (0)