Skip to content

Commit

Permalink
Symfony 6.4 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bertrams committed Jan 24, 2024
1 parent 495ab14 commit 5f5b1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"symfony/intl": "^6.0",
"symfony/translation": "^6.0",
"symfony/security-core": "^6.0",
"sensio/framework-extra-bundle": "^6.2"
"sensio/framework-extra-bundle": "^6.2",
"doctrine/doctrine-bundle": "^2.11"
},
"require-dev": {
"jackalope/jackalope-doctrine-dbal": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Website/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function prepareResponse(string $viewTemplate, array $parameters, bool
try {
if ($partial) {
$response->setContent(
$this->renderBlock(
$this->renderBlockView(
$viewTemplate,
'content',
$parameters
Expand Down

0 comments on commit 5f5b1fb

Please sign in to comment.