Skip to content

Commit

Permalink
core: fix ResponseDefinitions namespace in TaskProcessingApiController
Browse files Browse the repository at this point in the history
Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr>
  • Loading branch information
Julien CHATY-CAPELLE committed May 26, 2024
1 parent a7f6063 commit f1952e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Controller/TaskProcessingApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace OC\Core\Controller;

use OCA\Core\ResponseDefinitions;
use OC\Core\ResponseDefinitions;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\Attribute\AnonRateLimit;
use OCP\AppFramework\Http\Attribute\ApiRoute;
Expand Down

0 comments on commit f1952e1

Please sign in to comment.