Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Aug 30, 2023
1 parent 9a1dcd0 commit 50af27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Rename WebsiteArticleController::renderBlock to WebsiteArticleController::renderBlockView

In Symfony 6.4, an independent `renderBlock` method was introduced to its `AbstractController`.
In Symfony 6.4, an independent `renderBlock` method was introduced to its `AbstractController`.
This change poses issues for projects upgrading to Symfony 6.4, as the `renderBlock` method in Sulu is incompatible with Symfony's `renderBlock` method.
To address this issue, we have to rename the Sulu `renderBlock` method to `renderBlockView`.

Expand Down

0 comments on commit 50af27f

Please sign in to comment.