@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | // Create uuid |
| 65 | 65 | Entity::create([ |
| 66 | - 'id' => (string) Str::uuid(), |
|
| 66 | + 'id' => (string)Str::uuid(), |
|
| 67 | 67 | 'module_id' => ucmodule('user')->id, |
| 68 | 68 | 'record_id' => $user->getKey(), |
| 69 | 69 | ]); |