Skip to content

Commit

Permalink
Use FQCN for controller (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
starred-gijs authored Dec 1, 2020
1 parent 1ef451d commit eb8cf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Collector/mongo.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

{% block panel %}
{% if 'explain' == page %}
{{ render(controller('FacileMongoDbBundle:Profiler:explain', {
{{ render(controller('Facile\\MongoDbBundle\\Controller\\ProfilerController::explainAction', {
token: token,
panel: 'mongodb',
queryNumber: app.request.query.get('queryNumber')
Expand Down

0 comments on commit eb8cf98

Please sign in to comment.