In the "generateUuid()" function, that is in the "Data.php" file, mt_rand function does not good for generate uuid and maybe create duplicate uuid.
It's better to use random_int(),random_bytes(), or openssl_random_pseudo_bytes() instead.
https://www.php.net/manual/en/function.mt-rand.php