Skip to content

Commit

Permalink
fixup! Fixed deprecated controller syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Dec 29, 2024
1 parent d62a64c commit 798d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Content/View/ContentEditSuccessView.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(Response $response)
parent::__construct('@IbexaContentForms/http/302_empty_content.html.twig');

$this->setResponse($response);
$this->setControllerReference(new ControllerReference('ibexa_content_edit:editVersionDraftSuccessAction'));
$this->setControllerReference(new ControllerReference('ibexa_content_edit::editVersionDraftSuccessAction'));
}

/**
Expand Down

0 comments on commit 798d738

Please sign in to comment.