v5.0.4
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.