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 dd4e817 commit a46c738Copy full SHA for a46c738
src/Bridges/DITracy/templates/ContainerPanel.panel.phtml
@@ -29,7 +29,7 @@ use Nette,
29
</style>
30
31
<div class="nette-ContainerPanel">
32
-<h1><?php echo get_class($this->container) ?></h1>
+<h1><?php echo get_class($container) ?></h1>
33
34
<div class="tracy-inner">
35
<h2>Services</h2>
@@ -67,7 +67,7 @@ use Nette,
67
<h2>Parameters</h2>
68
69
<div class="nette-ContainerPanel-parameters">
70
- <?php echo Dumper::toHtml($this->container->parameters); ?>
+ <?php echo Dumper::toHtml($container->parameters); ?>
71
</div>
72
73
0 commit comments