Change uuid generation for correlation_id
[v2.2.1]
The package webpatser/uuid was showing some notices for PHP 8.2. In order to fix the notices we have removed the package and the correlation_id
is being generated by the Laravel Helper Str::uuid
NOTE: we were using uuid version 1 with webpatser and now we are using uuid version 4
Removed
- Remove webpatser/uuid dependency.
Changed
- Change correlation_id uuid to be generated with Str::uuid helper