10000 [SecurityBundle] Fix the datacollector to properly support decision.o… · symfony/symfony@769a5f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 769a5f2

Browse files
committed
[SecurityBundle] Fix the datacollector to properly support decision.object being null
1 parent d483410 commit 769a5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
{{ profiler_dump(decision.attributes) }}
265265
{% endif %}
266266
</td>
267-
<td>{{ profiler_dump(decision.object) }}</td>
267+
<td>{{ profiler_dump(decision.seek('object')) }}</td>
268268
</tr>
269269
{% endfor %}
270270
</tbody>

0 commit comments

Comments
 (0)
0