Skip to content

Commit 6af2ea4

Browse files
committed
Removed invalid call that shouldn't be used anyway
Is intended for testing only anyway
1 parent 9936757 commit 6af2ea4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/DebugBar/Bridge/Twig/TraceableTwigTemplate.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,4 @@ public function render(array $context)
118118

119119
return ob_get_clean();
120120
}
121-
122-
public static function clearCache()
123-
{
124-
$this->template->clearCache();
125-
}
126121
}

0 commit comments

Comments
 (0)