Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 6ae6351

Browse files
committed
fix
1 parent 0ca21c9 commit 6ae6351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/data_collector.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<tbody>
9797
<tr>
9898
<th>Model</th>
99-
<td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.version }})</td>
99+
<td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.name }})</td>
100100
</tr>
101101
<tr>
102102
<th>Input</th>

0 commit comments

Comments
 (0)