Skip to content

Commit 3d2c97e

Browse files
author
xalberteinsteinx
committed
Fixes CRC32Name: adds uniqid().
1 parent 334fc73 commit 3d2c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

name/CRC32Name.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class CRC32Name extends BaseName
1212

1313
public function generate($baseName)
1414
{
15-
return hash('crc32', $baseName);
15+
return uniqid(hash('crc32', $baseName));
1616
}
1717

1818
}

0 commit comments

Comments
 (0)