We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455bd43 commit aaff1d9Copy full SHA for aaff1d9
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig
@@ -128,7 +128,7 @@
128
</div>
129
{% endblock sidebar_shortcuts_links %}
130
131
- {{ render(controller('web_profiler.controller.profiler::searchBarAction', request.query.all)) }}
+ {{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
132
133
134
{% if templates is defined %}
0 commit comments