Skip to content

v5.0.4

Choose a tag to compare

@se7enxweb se7enxweb released this 14 Apr 11:01
· 4 commits to master since this release

fix(routing): use double-colon service::method notation (Symfony 7)

Fixes HTTP 500 'Controller does neither exist as service nor as class' on all legacy routes. Symfony 7 dropped single-colon service:method — updated routing.yml, FallbackRouter.php and PreviewController.php to service::method.