diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index a8ce92daad8..188236dd3f9 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -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