Skip to content

Commit 03e85ce

Browse files
committed
uses PascalCase constants
1 parent a04d765 commit 03e85ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bridges/Nette/TracyExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function afterCompile(Nette\PhpGenerator\ClassType $class): void
131131
if ($this->debugMode) {
132132
foreach ($this->config->bar as $item) {
133133
if (is_string($item) && str_starts_with($item, '@')) {
134-
$item = new Statement(['@' . $builder::THIS_CONTAINER, 'getService'], [substr($item, 1)]);
134+
$item = new Statement(['@' . $builder::ThisContainer, 'getService'], [substr($item, 1)]);
135135
} elseif (is_string($item)) {
136136
$item = new Statement($item);
137137
}

0 commit comments

Comments
 (0)