diff --git a/src/Workflow/Attributes/Request/WorkflowActionRequestBody.php b/src/Workflow/Attributes/Request/WorkflowActionRequestBody.php index 16c9094c5..a25482b82 100644 --- a/src/Workflow/Attributes/Request/WorkflowActionRequestBody.php +++ b/src/Workflow/Attributes/Request/WorkflowActionRequestBody.php @@ -14,7 +14,7 @@ * @license http://www.pimcore.org/license GPLv3 and PCL */ -namespace Pimcore\Bundle\StudioBackendBundle\OpenApi\Attributes\Request; +namespace Pimcore\Bundle\StudioBackendBundle\Workflow\Attributes\Request; use Attribute; use OpenApi\Attributes\JsonContent;