Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
fixed doctrine DataCollector definition
Browse files Browse the repository at this point in the history
  • Loading branch information
youbs committed Jan 19, 2012
1 parent b82451d commit adebd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/SetProfilerClassesPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function process(ContainerBuilder $container)
'data_collector.memory',
'data_collector.timer',
'data_collector.exception',
'doctrine.data_collector',
'data_collector.doctrine',
'swiftmailer.data_collector',
);

Expand Down
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ parameters:
profiler_live.data_collector.memory.class: Profiler\LiveBundle\Profiler\DataCollector\MemoryDataCollector
profiler_live.data_collector.timer.class: Profiler\LiveBundle\Profiler\DataCollector\TimerDataCollector
profiler_live.data_collector.exception.class: Profiler\LiveBundle\Profiler\DataCollector\ExceptionDataCollector
profiler_live.doctrine.data_collector.class: Profiler\LiveBundle\Profiler\DataCollector\DoctrineDataCollector
profiler_live.data_collector.doctrine.class: Profiler\LiveBundle\Profiler\DataCollector\DoctrineDataCollector
profiler_live.swiftmailer.data_collector.class: Profiler\LiveBundle\Profiler\DataCollector\MessageDataCollector

0 comments on commit adebd54

Please sign in to comment.