diff options
Diffstat (limited to 'lib/public/Encryption/Exceptions/GenericEncryptionException.php')
-rw-r--r-- | lib/public/Encryption/Exceptions/GenericEncryptionException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Encryption/Exceptions/GenericEncryptionException.php b/lib/public/Encryption/Exceptions/GenericEncryptionException.php index 9f349a28a76..aef4114bb1b 100644 --- a/lib/public/Encryption/Exceptions/GenericEncryptionException.php +++ b/lib/public/Encryption/Exceptions/GenericEncryptionException.php @@ -26,7 +26,7 @@ */ namespace OCP\Encryption\Exceptions; -use OC\HintException; +use OCP\HintException; /** * Class GenericEncryptionException |