Update DropFile to handle object versioning

This commit is contained in:
2024-09-02 16:24:23 +02:00
parent b6edbb3eed
commit 3d49c959e0
42 changed files with 857 additions and 539 deletions

View File

@@ -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);
}