8000 fixed typo · 77web/symfony@d528b74 · GitHub
[go: up one dir, main page]

Skip to content

Commit d528b74

Browse files
committed
fixed typo
1 parent 566511e commit d528b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ protected function getContainerClass()
138138

139139
$class = "$namespace\\$class";
140140

141-
return new $class($parent->getEnvironment(), $parent->getDebug());
141+
return new $class($parent->getEnvironment(), $parent->isDebug());
142142
}
143143
}

0 commit comments

Comments
 (0)
0