Skip to content

Commit 798d738

Browse files
committed
fixup! Fixed deprecated controller syntax
1 parent d62a64c commit 798d738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Content/View/ContentEditSuccessView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(Response $response)
2929
parent::__construct('@IbexaContentForms/http/302_empty_content.html.twig');
3030

3131
$this->setResponse($response);
32-
$this->setControllerReference(new ControllerReference('ibexa_content_edit:editVersionDraftSuccessAction'));
32+
$this->setControllerReference(new ControllerReference('ibexa_content_edit::editVersionDraftSuccessAction'));
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)