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 81a2a6c commit c09e7a6Copy full SHA for c09e7a6
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig
@@ -108,7 +108,7 @@
108
{{ include('@WebProfiler/Icon/search.svg') }} <span class="hidden-small">Search</span>
109
</a>
110
111
- {{ render(controller('web_profiler.controller.profiler::searchBarAction', request.query.all)) }}
+ {{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
112
</div>
113
114
0 commit comments