Skip to content

Commit 279f1bf

Browse files
committed
Update bridge_collectors.md
1 parent 5beed31 commit 279f1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bridge_collectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You need to wrap your `Twig_Environment` object into a `DebugBar\Bridge\Twig\Tra
9595

9696
$loader = new Twig_Loader_Filesystem('.');
9797
$env = new DebugBar\Bridge\Twig\TraceableTwigEnvironment(new Twig_Environment($loader));
98-
$debugbar->addCollector(new DebugBar\Bridge\Twig\TwigDataCollector($env));
98+
$debugbar->addCollector(new DebugBar\Bridge\Twig\TwigCollector($env));
9999

100100
You can provide a `DebugBar\DataCollector\TimeDataCollector` as the second argument of
101101
`TraceableTwigEnvironment` so render operation can be measured.

0 commit comments

Comments
 (0)