diff --git a/src/Resources/views/Profiler/index.html.twig b/src/Resources/views/Profiler/index.html.twig index de494c8..2548fdf 100644 --- a/src/Resources/views/Profiler/index.html.twig +++ b/src/Resources/views/Profiler/index.html.twig @@ -152,7 +152,7 @@ - {{ commandItem.type }} + {{ commandItem.type|genericClass }} {{ commandItem.duration }}ms @@ -224,7 +224,7 @@ - {{ queryItem.type }} + {{ queryItem.type|genericClass }} {{ queryItem.duration }}ms {% if queryItem.isLoadedFromCache %} Yes @@ -404,7 +404,7 @@ - {{ otherItem.type }} + {{ otherItem.type|genericClass }} {{ otherItem.duration }}ms