mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Just query the securerandom from the container
This commit is contained in:
parent
c5b2b3a124
commit
77c611d339
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