We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf98fd commit c1298b5Copy full SHA for c1298b5
src/Bridges/DITracy/templates/ContainerPanel.panel.phtml
@@ -51,7 +51,7 @@ use Nette,
51
<td class="<?php echo $autowired ? 'yes' : '' ?>"><?php echo $autowired ? 'yes' : 'no' ?></td>
52
<td>
53
<?php if (isset($registry[$name]) && !$registry[$name] instanceof Nette\DI\Container): ?>
54
- <?php echo Dumper::toHtml($registry[$name], array(Dumper::COLLAPSE => TRUE)); ?>
+ <?php echo Dumper::toHtml($registry[$name], array(Dumper::COLLAPSE => TRUE, Dumper::LIVE => TRUE)); ?>
55
<?php elseif (isset($registry[$name])): ?>
56
<code><?php echo get_class($registry[$name]) ?></code>
57
<?php elseif (is_string($class)): ?>
0 commit comments