Update hash method
This commit is contained in:
parent
f44bc2479c
commit
6f40980067
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ class LockableMessageMiddleware implements MiddlewareInterface
|
|||
*/
|
||||
private function hash(LockableMessage $message): string
|
||||
{
|
||||
return hash('crc32c', serialize($message));
|
||||
return hash('crc32', serialize($message));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue