Skip to content
Snippets Groups Projects
Unverified Commit f1d34d7c authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix for Symfony 5

parent 6a269eeb
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ services: ...@@ -53,7 +53,7 @@ services:
class: Symfony\Component\Routing\Router class: Symfony\Component\Routing\Router
arguments: arguments:
- '@routing.loader' - '@routing.loader'
- 'kernel:loadRoutes' - 'kernel::loadRoutes'
- { resource_type: 'service' } - { resource_type: 'service' }
- '@?router.request_context' - '@?router.request_context'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment