diff options
Diffstat (limited to 'lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php')
-rw-r--r-- | lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php index 48aa883a028..b6d4b7e9bce 100644 --- a/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php +++ b/lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php @@ -24,7 +24,7 @@ */ namespace OCP\Federation\Exceptions; -use OC\HintException; +use OCP\HintException; /** * Class ProviderAlreadyExistsException |