mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
chore: remove unnecessary php import during refactor
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
fa55a74033
commit
928f22052f
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ declare(strict_types=1);
|
|||
*/
|
||||
namespace OCP\Security;
|
||||
|
||||
use OCP\Security\ISecureRandom;
|
||||
|
||||
/**
|
||||
* Class SecureRandom provides a wrapper around the random_int function to generate
|
||||
* secure random strings. For PHP 7 the native CSPRNG is used, older versions do
|
||||
|
|
|
|||
Loading…
Reference in a new issue