mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
Update DropFile to handle object versioning
This commit is contained in:
@@ -86,7 +86,7 @@ class StoredObjectVersion implements TrackCreationInterface
|
||||
{
|
||||
try {
|
||||
$suffix = base_convert(bin2hex(random_bytes(8)), 16, 36);
|
||||
} catch (RandomException $e) {
|
||||
} catch (RandomException) {
|
||||
$suffix = uniqid(more_entropy: true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user