Just query the securerandom from the container

This commit is contained in:
Roeland Jago Douma 2016-01-09 19:57:03 +01:00
parent c5b2b3a124
commit 77c611d339
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class Server extends ServerContainer implements IServerContainer {
? $_SERVER['REQUEST_METHOD']
: null,
],
new SecureRandom(),
$c->getSecureRandom(),
$c->getConfig()
);