diff options
Diffstat (limited to 'core/Controller/HoverCardController.php')
-rw-r--r-- | core/Controller/HoverCardController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/HoverCardController.php b/core/Controller/HoverCardController.php index da9c2580ea6..89ca3576dbe 100644 --- a/core/Controller/HoverCardController.php +++ b/core/Controller/HoverCardController.php @@ -8,7 +8,7 @@ declare(strict_types=1); namespace OC\Core\Controller; use OC\Contacts\ContactsMenu\Manager; -use OCA\Core\ResponseDefinitions; +use OC\Core\ResponseDefinitions; use OCP\AppFramework\Http; use OCP\AppFramework\Http\Attribute\ApiRoute; use OCP\AppFramework\Http\DataResponse; |