Skip to content

Commit

Permalink
Merge pull request #2730 from acrobat/fix-twig-controller-render-depr…
Browse files Browse the repository at this point in the history
…ecation

[MediaBundle] Fix deprecated twig controller render notation
  • Loading branch information
acrobat committed Sep 11, 2020
2 parents 4dc0057 + 674e0d8 commit 8fe45b8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
</h3>
</div>

{{ render(controller('KunstmaanMediaBundle:Media:bulkMove')) }}
{{ render(controller('Kunstmaan\\MediaBundle\\Controller\\MediaController::bulkMoveAction')) }}
</div>
</div>
</div>

0 comments on commit 8fe45b8

Please sign in to comment.