Upgrade to 3.9.7

This commit is contained in:
Bastian Allgeier
2023-10-06 12:54:54 +02:00
parent 035d655ca1
commit 474ecd14c7
54 changed files with 714 additions and 329 deletions

View File

@@ -46,7 +46,7 @@ class UserUuid extends Uuid
/**
* Pretends to fill cache - we don't need it in cache
*/
public function populate(): bool
public function populate(bool $force = false): bool
{
return true;
}