Skip to content

Commit c1298b5

Browse files
committed
ContainerPanel: uses live dumps
1 parent baf98fd commit c1298b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/DITracy/templates/ContainerPanel.panel.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use Nette,
5151
<td class="<?php echo $autowired ? 'yes' : '' ?>"><?php echo $autowired ? 'yes' : 'no' ?></td>
5252
<td>
5353
<?php if (isset($registry[$name]) && !$registry[$name] instanceof Nette\DI\Container): ?>
54-
<?php echo Dumper::toHtml($registry[$name], array(Dumper::COLLAPSE => TRUE)); ?>
54+
<?php echo Dumper::toHtml($registry[$name], array(Dumper::COLLAPSE => TRUE, Dumper::LIVE => TRUE)); ?>
5555
<?php elseif (isset($registry[$name])): ?>
5656
<code><?php echo get_class($registry[$name]) ?></code>
5757
<?php elseif (is_string($class)): ?>

0 commit comments

Comments
 (0)