mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #21571 from owncloud/query_secure_random
Just query the securerandom from the container
This commit is contained in:
commit
b1698e42d6
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
? $_SERVER['REQUEST_METHOD']
|
||||
: null,
|
||||
],
|
||||
new SecureRandom(),
|
||||
$c->getSecureRandom(),
|
||||
$c->getConfig()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue